aboutsummaryrefslogtreecommitdiffstats
path: root/include/threads.h
Commit message (Collapse)AuthorAgeFilesLines
* Move internal headers out of the include directoryChris Robinson2017-04-141-237/+0
|
* Properly check for struct timespecChris Robinson2016-10-041-7/+1
|
* Don't define struct timespec with VS2015Chris Robinson2015-06-071-1/+1
|
* Only pass nano seconds to al_nssleepChris Robinson2014-09-081-1/+1
|
* Only define struct timespec if _TIMESPEC_DEFINED isn't setChris Robinson2014-05-311-1/+7
| | | | This matches what the mingw-w64 headers define with the struct.
* Add extern "C" to common headers.Chris Robinson2014-05-291-0/+7
|
* Implement condition variables for WindowsChris Robinson2014-05-271-10/+12
|
* Implement condition variables (POSIX only!)Chris Robinson2014-05-261-0/+11
| | | | | Windows requires Vista or newer to get the CONDITION_VARIABNLE API, but we currently only require XP.
* Move some headers to include/Chris Robinson2014-05-061-0/+217
Note, these are not installed. Only headers in include/AL/ are installed.