summaryrefslogtreecommitdiffstats
path: root/osdep/threads.h
Commit message (Expand)AuthorAgeFilesLines
* threads: unbreak mpv on builds without assertsKacper Michajłow2023-11-061-1/+1
* threads: remove unused codeKacper Michajłow2023-11-051-8/+0
* threads: move pthread debug to threads-posix.hKacper Michajłow2023-11-051-61/+0
* mp_thread: add win32 implementationKacper Michajłow2023-11-051-0/+6
* threads: add new mp_thread abstractionKacper Michajłow2023-11-051-0/+13
* threads: add support for pthread_mutex_trylockThomas Weißschuh2023-10-201-0/+5
* osdep: add a pthread debugging wrapperwm42020-03-181-0/+55
* threads: use utility+POSIX functions instead of weird wrapperswm42015-05-111-9/+0
* Set thread name for debuggingwm42014-10-191-0/+3
* threads: use mpv time for mpthread_cond_timedwait wrapperwm42014-05-181-3/+9
* threads: fix function namewm42014-04-231-2/+2
* dispatch: move into its own source filewm42014-04-231-21/+0
* threads: add a dispatch queue thingwm42014-02-101-0/+21
* threads: add function to calculate deadline for timed waitswm42014-01-311-0/+2
* threads: add wrapper for initializing recursive mutexeswm42014-01-311-0/+2
* stream: split out pthread helper functionwm42013-11-171-0/+9