summaryrefslogtreecommitdiffstats
path: root/osdep/semaphore.h
Commit message (Expand)AuthorAgeFilesLines
* various: make mentions of macOS consistentder richter2024-02-211-1/+1
* ALL: use new mp_thread abstractionKacper Michajłow2023-11-051-2/+2
* semaphore_osx: change mp_sem_timedwait to mp_timeKacper Michajłow2023-10-261-1/+1
* semaphore_osx: don't overwrite global symbolsKacper Michajłow2023-10-261-22/+0
* osdep: hack to fix build with low quality pthreads-w32 headerswm42014-09-201-0/+1
* osdep: add POSIX semaphore emulation for OSXwm42014-09-101-0/+58