verify: new macro 'assume'
[gnulib.git] / modules / cond
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 gettimeofday
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 License:
28 LGPLv2+
29
30 Maintainer:
31 Yoann Vandoorselaere