summaryrefslogtreecommitdiff
path: root/src/time/timer_create.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-03timer threads should sleep and stay asleep... a long timeRich Felker1-1/+1
2011-04-03revert to deleting kernel-level timer from cancellation handlerRich Felker1-0/+8
2011-04-03simplify calling of timer signal handlerRich Felker1-3/+1
2011-03-30avoid all malloc/free in timer creation/destructionRich Felker1-20/+4
2011-03-30optimize timer creation and possibly protect against some minor racesRich Felker1-14/+19
2011-03-29reorder timer initialization so that timer_create does not depend on freeRich Felker1-8/+16
2011-03-29implement POSIX timersRich Felker1-0/+110