35 lines
576 B
Plaintext
35 lines
576 B
Plaintext
Description:
|
|
POSIX condition variables.
|
|
|
|
Files:
|
|
lib/pthread-cond.c
|
|
m4/pthread-cond.m4
|
|
|
|
Depends-on:
|
|
pthread-h
|
|
windows-cond [test $gl_threads_api = windows]
|
|
pthread-mutex [test $gl_threads_api = windows]
|
|
|
|
configure.ac:
|
|
gl_PTHREAD_COND
|
|
gl_CONDITIONAL([GL_COND_OBJ_PTHREAD_COND],
|
|
[test $HAVE_PTHREAD_COND_INIT = 0 || test $REPLACE_PTHREAD_COND_INIT = 1])
|
|
gl_PTHREAD_MODULE_INDICATOR([pthread-cond])
|
|
|
|
Makefile.am:
|
|
if GL_COND_OBJ_PTHREAD_COND
|
|
lib_SOURCES += pthread-cond.c
|
|
endif
|
|
|
|
Include:
|
|
<pthread.h>
|
|
|
|
Link:
|
|
$(LIBPMULTITHREAD)
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
all
|