Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use a separate signal from SIGCANCEL for SIGEV_THREAD timers | Rich Felker | 2011-04-14 | 1 | -7/+25 |
* | run pthread tsd destructors when a timer thread pretends to exit | Rich Felker | 2011-04-09 | 1 | -0/+6 |
* | greatly improve SIGEV_THREAD timers | Rich Felker | 2011-04-09 | 1 | -14/+14 |
* | fix signal-based timers with null sigevent argument | Rich Felker | 2011-04-06 | 1 | -19/+14 |
* | timer threads should sleep and stay asleep... a long time | Rich Felker | 2011-04-03 | 1 | -1/+1 |
* | revert to deleting kernel-level timer from cancellation handler | Rich Felker | 2011-04-03 | 1 | -0/+8 |
* | simplify calling of timer signal handler | Rich Felker | 2011-04-03 | 1 | -3/+1 |
* | avoid all malloc/free in timer creation/destruction | Rich Felker | 2011-03-30 | 1 | -20/+4 |
* | optimize timer creation and possibly protect against some minor races | Rich Felker | 2011-03-30 | 1 | -14/+19 |
* | reorder timer initialization so that timer_create does not depend on free | Rich Felker | 2011-03-29 | 1 | -8/+16 |
* | implement POSIX timers | Rich Felker | 2011-03-29 | 1 | -0/+110 |