summaryrefslogtreecommitdiffstats
path: root/osdep/win32/pthread.c
Commit message (Expand)AuthorAgeFilesLines
* win32/pthread: remove unused codeKacper Michajłow2023-11-051-370/+0
* win32/pthread: fix calculation error in pthread_cond_timedwaitsfan52023-10-211-1/+1
* win32/pthread: add support for pthread_mutex_trylockThomas Weißschuh2023-10-201-0/+9
* win32/pthread: implement clock_gettime for high-res timer purposessfan52023-10-201-8/+24
* Revert "win32/pthread: don't convert time through unrelated timer"sfan52023-10-201-6/+16
* win32/pthread: don't convert time through unrelated timerKacper Michajłow2023-09-291-16/+6
* build: add meson build supportDudemanguy2021-11-141-0/+1
* win32: Windows 10: timeBeginPeriod on demandAvi Halachmi (:avih)2021-09-211-0/+4
* win32: fix massive memory corruption (take 2)wm42017-08-211-3/+4
* win32: fix massive memory corruptionwm42017-08-211-2/+6
* Universal Windows Plaform (UWP) supportPedro Pombeiro2017-06-291-0/+2
* win32: pthread: avoid using TLS, simplify pthread_twm42017-06-151-40/+86
* win32: pthread: use the new thread naming APIJames Ross-Gowan2017-05-181-0/+23
* Fix use of ISC licensewm42017-04-151-1/+4
* win32: pthread: use SRW locks by defaultwm42016-05-241-13/+24
* win32: pthread: don't play dirty tricks for mutex initwm42015-07-271-26/+7
* win32: add native wrappers for pthread functionswm42015-01-011-0/+269