Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |