mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 23:35:50 +00:00
32 lines
337 B
Plaintext
32 lines
337 B
Plaintext
Description:
|
|
Condition variables for multithreading.
|
|
|
|
Files:
|
|
lib/glthread/cond.h
|
|
lib/glthread/cond.c
|
|
m4/cond.m4
|
|
|
|
Depends-on:
|
|
threadlib
|
|
lock
|
|
errno
|
|
stdbool
|
|
time
|
|
gettimeofday
|
|
|
|
configure.ac:
|
|
gl_COND
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += glthread/cond.h glthread/cond.c
|
|
|
|
Include:
|
|
"glthread/cond.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Yoann Vandoorselaere
|
|
|