repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
strerrorname_np: Add tests.
[gnulib.git]
/
modules
/
cond
blob
43b2bd67deb6836e957eb2398d8d5f247f81933e
1
Description:
2
Condition variables for multithreading.
3
4
Files:
5
lib/glthread/cond.h
6
lib/glthread/cond.c
7
m4/cond.m4
8
9
Depends-on:
10
threadlib
11
lock
12
errno
13
extern-inline
14
stdbool
15
time
16
windows-cond [test $gl_threads_api = windows]
17
18
configure.ac:
19
gl_COND
20
21
Makefile.am:
22
lib_SOURCES += glthread/cond.h glthread/cond.c
23
24
Include:
25
"glthread/cond.h"
26
27
Link:
28
$(LIBTHREAD)
29
30
License:
31
LGPLv2+
32
33
Maintainer:
34
Yoann Vandoorselaere