Implement condition variables (POSIX only!)
commitb6e1042e8c641a86b57b616497d2128cfbedbe54
authorChris Robinson <chris.kcat@gmail.com>
Mon, 26 May 2014 10:52:55 +0000 (26 03:52 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Mon, 26 May 2014 10:52:55 +0000 (26 03:52 -0700)
tree82e2ab8a1ad67630217f05a79aec3e689feea579
parentfd5e7f1466267a66ef17a03698d1e3b1323cb73d
Implement condition variables (POSIX only!)

Windows requires Vista or newer to get the CONDITION_VARIABNLE API, but we
currently only require XP.
common/threads.c
include/threads.h