summaryrefslogtreecommitdiffstats
path: root/osdep/threads.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "osdep: NetBSD pthread_setname_np()"wm42017-06-221-6/+0
* win32: pthread: use the new thread naming APIJames Ross-Gowan2017-05-181-1/+1
* Relicense some non-MPlayer source files to LGPL 2.1 or laterwm42016-01-191-7/+8
* threads: use utility+POSIX functions instead of weird wrapperswm42015-05-111-13/+0
* osdep: potentially fix compilation on OpenBSDwm42014-10-311-0/+1
* osdep: NetBSD pthread_setname_np()wm42014-10-221-0/+6
* osdep: shorten thread name on glibc onlywm42014-10-201-3/+7
* osdep: limit thread names to 16 characterswm42014-10-201-1/+1
* Set thread name for debuggingwm42014-10-191-0/+16
* threads: use mpv time for mpthread_cond_timedwait wrapperwm42014-05-181-47/+8
* threads: fix function namewm42014-04-231-2/+2
* dispatch: move into its own source filewm42014-04-231-228/+0
* threads: fix wait time overflow checkwm42014-02-261-2/+2
* threads: add a dispatch queue thingwm42014-02-101-0/+229
* threads: avoid timeout calculation overflowwm42014-02-101-0/+3
* threads: add function to calculate deadline for timed waitswm42014-01-311-3/+12
* threads: add wrapper for initializing recursive mutexeswm42014-01-311-0/+11
* stream: split out pthread helper functionwm42013-11-171-0/+57