summaryrefslogtreecommitdiff
path: root/modules/pthread-cond
blob: 384bdbe6eaddda98890c1ec01828bf690246050c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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