summaryrefslogtreecommitdiffstats
path: root/osdep/win32
Commit message (Expand)AuthorAgeFilesLines
* win32/pthread: remove unused codeKacper Michajłow2023-11-053-529/+0
* ALL: use new mp_thread abstractionKacper Michajłow2023-11-051-3/+3
* win32/pthread: fix calculation error in pthread_cond_timedwaitsfan52023-10-211-1/+1
* win32/pthread: add support for pthread_mutex_trylockThomas Weißschuh2023-10-202-0/+11
* win32/pthread: try to fix system headers leaking throughsfan52023-10-201-0/+6
* win32/pthread: implement clock_gettime for high-res timer purposessfan52023-10-202-9/+31
* Revert "win32/pthread: don't convert time through unrelated timer"sfan52023-10-201-6/+16
* win32/pthread: define _POSIX_TIMERS to notify they are not supportedKacper Michajłow2023-09-291-0/+2
* 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: pthread: define PTHREAD_MUTEX_ERRORCHECKwm42020-03-191-0/+1
* 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-152-48/+89
* win32: pthread: use the new thread naming APIJames Ross-Gowan2017-05-182-0/+26
* Fix use of ISC licensewm42017-04-153-1/+34
* win32: pthread: use SRW locks by defaultwm42016-05-242-20/+33
* win32: pthread: don't play dirty tricks for mutex initwm42015-07-272-28/+10
* win32: add native wrappers for pthread functionswm42015-01-013-0/+380