about summary refs log tree commit diff
path: root/src/time/timer_create.c
Commit message (Expand)AuthorAgeFilesLines
* avoid all malloc/free in timer creation/destructionRich Felker2011-03-301-20/+4
* optimize timer creation and possibly protect against some minor racesRich Felker2011-03-301-14/+19
* reorder timer initialization so that timer_create does not depend on freeRich Felker2011-03-291-8/+16
* implement POSIX timersRich Felker2011-03-291-0/+110