summaryrefslogtreecommitdiff
path: root/lib/glthread/cond.h
Commit message (Expand)AuthorAgeFilesLines
* New implementation of condition variables for Win32.Bruno Haible2008-10-171-8/+11
* Provide a Win32 implementation of the 'cond' module.Yoann Vandoorselaere2008-10-121-1/+58
* Needs to depend on modules 'errno' and 'time'.Bruno Haible2008-10-011-7/+8
* Don't redefine ETIMEDOUT on Solaris.Bruno Haible2008-09-131-3/+2
* Use dummy implementation also if USE_WIN32_THREADS.Yoann Vandoorselaere2008-09-121-1/+1
* Fix syntax errors in C++ mode.Bruno Haible2008-08-171-0/+20
* Include <stdlib.h> always.Bruno Haible2008-08-171-3/+1
* New module 'cond'.Yoann Vandoorselaere2008-08-171-0/+330