summaryrefslogtreecommitdiffstats
path: root/misc/dispatch.c
Commit message (Expand)AuthorAgeFilesLines
* Fix gcc 4.7 warning about shadowing talloc_parent in mp_dispact_queuePaweł Forysiuk2014-05-281-2/+2
* threads: use mpv time for mpthread_cond_timedwait wrapperwm42014-05-181-4/+6
* dispatch: document some guaranteeswm42014-04-251-0/+4
* dispatch: wakeup only if needed on mp_dispatch_resume()wm42014-04-241-1/+3
* dispatch: improve documentation commentswm42014-04-231-8/+10
* threads: fix function namewm42014-04-231-1/+1
* dispatch: implement timeoutwm42014-04-231-6/+11
* dispatch: use a real lock for mp_dispatch_lock()wm42014-04-231-37/+20
* dispatch: fix broken lockingwm42014-04-231-0/+7
* dispatch: wakeup target thread when locking/suspendingwm42014-04-231-1/+16
* dispatch: move into its own source filewm42014-04-231-0/+251