summaryrefslogtreecommitdiff
path: root/src/semaphore.cc
AgeCommit message (Expand)Author
2017-01-10Check for EINT in semaphore wait.Bent Bisballe Nyeng
2017-01-07Retry semaphore timedwait on interrupt.Bent Bisballe Nyeng
2016-12-08Alternative approach to semaphore timed wait.Bent Bisballe Nyeng
2016-12-08Revert to using sem_* function family for FreeBSD.Bent Bisballe Nyeng
2016-12-08Fix include orderBent Bisballe Nyeng
2016-12-08Add FreeBSD implementation of SemaphoreBent Bisballe Nyeng
2016-09-05Initial sempahore implementation for OSX - wrong include.Bent Bisballe Nyeng
2016-09-05Initial sempahore implementation for OSX - missing include.Bent Bisballe Nyeng
2016-09-05Initial sempahore implementation for OSX.Bent Bisballe Nyeng
2016-05-21Use platform in semaphore.Bent Bisballe Nyeng
2016-05-21Use platform in semaphore.Bent Bisballe Nyeng
2016-05-21Use platform in semaphore.Bent Bisballe Nyeng
2016-05-21Use platform in semaphore.Bent Bisballe Nyeng
2016-05-21Use platform in semaphore.Bent Bisballe Nyeng
2016-05-21Use platform in semaphore.Bent Bisballe Nyeng
2016-04-24Fix broken timed_wait implementation.Bent Bisballe Nyeng
2016-04-15Fix Semaphore::wait(ms)Bent Bisballe Nyeng
2016-04-13New Semaphore method wait with timeout.Bent Bisballe Nyeng
2016-03-22Change license to LGPLv3.André Nusser
2016-02-14Change 'Pracro' to 'DrumGizmo' where necessary.André Nusser
2016-02-14Change GPL version number in file headers to 3.André Nusser
2016-01-20Remove semaphore debug output.Bent Bisballe Nyeng
2015-12-20Fix numeric limits and uninitialised warnings.Bent Bisballe Nyeng
2013-10-14Increase 'max count' on win32. Make linux-hack for include a little bit more ...Bent Bisballe Nyeng
2013-10-06Refactoring of AudioFile loading and message passing from engine to gui and v...Bent Bisballe Nyeng
2013-01-26Background loader for audio files.Bent Bisballe Nyeng