summaryrefslogtreecommitdiffstats
path: root/osdep/win32/include/pthread.h
Commit message (Expand)AuthorAgeFilesLines
* win32/pthread: remove unused codeKacper Michajłow2023-11-051-115/+0
* win32/pthread: add support for pthread_mutex_trylockThomas Weißschuh2023-10-201-0/+2
* win32/pthread: try to fix system headers leaking throughsfan52023-10-201-0/+6
* win32/pthread: implement clock_gettime for high-res timer purposessfan52023-10-201-1/+7
* win32/pthread: define _POSIX_TIMERS to notify they are not supportedKacper Michajłow2023-09-291-0/+2
* win32: pthread: define PTHREAD_MUTEX_ERRORCHECKwm42020-03-191-0/+1
* win32: pthread: avoid using TLS, simplify pthread_twm42017-06-151-8/+3
* win32: pthread: use the new thread naming APIJames Ross-Gowan2017-05-181-0/+3
* Fix use of ISC licensewm42017-04-151-0/+15
* win32: pthread: use SRW locks by defaultwm42016-05-241-7/+9
* win32: pthread: don't play dirty tricks for mutex initwm42015-07-271-2/+3
* win32: add native wrappers for pthread functionswm42015-01-011-0/+82