New module 'cond'.
[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 stdbool
13
14 configure.ac:
15 gl_COND
16
17 Makefile.am:
18 lib_SOURCES += glthread/cond.h glthread/cond.c
19
20 Include:
21 "glthread/cond.h"
22
23 License:
24 LGPLv2+
25
26 Maintainer:
27 Yoann Vandoorselaere
28