for SIGEV_THREAD timer threads, replace signal handler with sigwaitinfo
[musl] / src / time / timer_delete.c
2019-02-15 Rich Felkerfor SIGEV_THREAD timer threads, replace signal handler...
2014-01-07 Rich Felkereliminate explicit (long) casts when making syscalls
2013-08-03 Rich Felkerfix multiple bugs in SIGEV_THREAD timers
2011-04-09 Rich Felkergreatly improve SIGEV_THREAD timers
2011-04-06 Rich Felkerfix signal-based timers with null sigevent argument
2011-04-03 Rich Felkerrevert to deleting kernel-level timer from cancellation...
2011-03-30 Rich Felkeravoid all malloc/free in timer creation/destruction
2011-03-30 Rich Felkerreorder timer initialization so that timer_create does...
2011-03-29 Rich Felkerimplement POSIX timers