summaryrefslogtreecommitdiffstats
path: root/zix/sem.h
AgeCommit message (Expand)AuthorFilesLines
2012-08-06Windows portability fixes.David Robillard1-1/+2
2012-02-13Make zix_sem_wait expose errors.David Robillard1-11/+21
2012-02-09Fix semaphore initialisation on POSIX.David Robillard1-1/+6
2012-02-09Fix (and test) semaphore initialisation on OSX.David Robillard1-1/+1
2012-02-01Windows portability fixes.David Robillard1-3/+40
2012-01-31Use Mach semaphores instead of ancient (and now deprecated) Mac semaphore API.David Robillard1-8/+8
2012-01-31Fix ZixSem compilation on Mac OS X.David Robillard1-3/+4
2012-01-30Add ZixSem.David Robillard1-0/+183