Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | osdep: potentially fix compilation on OpenBSD | wm4 | 2014-10-31 | 1 | -0/+1 |
* | osdep: NetBSD pthread_setname_np() | wm4 | 2014-10-22 | 1 | -0/+6 |
* | osdep: shorten thread name on glibc only | wm4 | 2014-10-20 | 1 | -3/+7 |
* | osdep: limit thread names to 16 characters | wm4 | 2014-10-20 | 1 | -1/+1 |
* | Set thread name for debugging | wm4 | 2014-10-19 | 1 | -0/+16 |
* | threads: use mpv time for mpthread_cond_timedwait wrapper | wm4 | 2014-05-18 | 1 | -47/+8 |
* | threads: fix function name | wm4 | 2014-04-23 | 1 | -2/+2 |
* | dispatch: move into its own source file | wm4 | 2014-04-23 | 1 | -228/+0 |
* | threads: fix wait time overflow check | wm4 | 2014-02-26 | 1 | -2/+2 |
* | threads: add a dispatch queue thing | wm4 | 2014-02-10 | 1 | -0/+229 |
* | threads: avoid timeout calculation overflow | wm4 | 2014-02-10 | 1 | -0/+3 |
* | threads: add function to calculate deadline for timed waits | wm4 | 2014-01-31 | 1 | -3/+12 |
* | threads: add wrapper for initializing recursive mutexes | wm4 | 2014-01-31 | 1 | -0/+11 |
* | stream: split out pthread helper function | wm4 | 2013-11-17 | 1 | -0/+57 |