summaryrefslogtreecommitdiff
path: root/modules/cond
blob: 5f2ea4edecf44d14e64b0c1d82dd28f206a18fcd (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:
Condition variables for multithreading.

Files:
lib/glthread/cond.h
lib/glthread/cond.c
m4/cond.m4

Depends-on:
threadlib
lock
errno
extern-inline
stdbool
time-h
windows-cond    [test $gl_threads_api = windows]

configure.ac:
gl_COND

Makefile.am:
lib_SOURCES += glthread/cond.h glthread/cond.c

Include:
"glthread/cond.h"

Link:
$(LIBTHREAD)

License:
LGPLv2+

Maintainer:
Yoann Vandoorselaere