aboutsummaryrefslogtreecommitdiffhomepage
path: root/osdep/threads.c
Commit message (Expand)AuthorAge
* Revert "osdep: NetBSD pthread_setname_np()"Gravatar wm42017-06-22
* win32: pthread: use the new thread naming APIGravatar James Ross-Gowan2017-05-18
* Relicense some non-MPlayer source files to LGPL 2.1 or laterGravatar wm42016-01-19
* threads: use utility+POSIX functions instead of weird wrappersGravatar wm42015-05-11
* osdep: potentially fix compilation on OpenBSDGravatar wm42014-10-31
* osdep: NetBSD pthread_setname_np()Gravatar wm42014-10-22
* osdep: shorten thread name on glibc onlyGravatar wm42014-10-20
* osdep: limit thread names to 16 charactersGravatar wm42014-10-20
* Set thread name for debuggingGravatar wm42014-10-19
* threads: use mpv time for mpthread_cond_timedwait wrapperGravatar wm42014-05-18
* threads: fix function nameGravatar wm42014-04-23
* dispatch: move into its own source fileGravatar wm42014-04-23
* threads: fix wait time overflow checkGravatar wm42014-02-26
* threads: add a dispatch queue thingGravatar wm42014-02-10
* threads: avoid timeout calculation overflowGravatar wm42014-02-10
* threads: add function to calculate deadline for timed waitsGravatar wm42014-01-31
* threads: add wrapper for initializing recursive mutexesGravatar wm42014-01-31
* stream: split out pthread helper functionGravatar wm42013-11-17