Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | threads: use utility+POSIX functions instead of weird wrappers | wm4 | 2015-05-11 | 1 | -9/+0 |
* | Set thread name for debugging | wm4 | 2014-10-19 | 1 | -0/+3 |
* | threads: use mpv time for mpthread_cond_timedwait wrapper | wm4 | 2014-05-18 | 1 | -3/+9 |
* | threads: fix function name | wm4 | 2014-04-23 | 1 | -2/+2 |
* | dispatch: move into its own source file | wm4 | 2014-04-23 | 1 | -21/+0 |
* | threads: add a dispatch queue thing | wm4 | 2014-02-10 | 1 | -0/+21 |
* | threads: add function to calculate deadline for timed waits | wm4 | 2014-01-31 | 1 | -0/+2 |
* | threads: add wrapper for initializing recursive mutexes | wm4 | 2014-01-31 | 1 | -0/+2 |
* | stream: split out pthread helper function | wm4 | 2013-11-17 | 1 | -0/+9 |