view modules/cond @ 10323:44cc53e4b3f9

New module 'cond'.
author Yoann Vandoorselaere <yoann.v@prelude-ids.com>
date Sun, 17 Aug 2008 17:21:35 +0200
parents
children 55ce47daabdf
line wrap: on
line source

Description:
Condition variables for multithreading.

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

Depends-on:
threadlib
lock
stdbool

configure.ac:
gl_COND

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

Include:
"glthread/cond.h"

License:
LGPLv2+

Maintainer:
Yoann Vandoorselaere