greatly improve SIGEV_THREAD timers
authorRich Felker <dalias@aerifal.cx>
Sat, 9 Apr 2011 06:23:33 +0000 (02:23 -0400)
committerRich Felker <dalias@aerifal.cx>
Sat, 9 Apr 2011 06:23:33 +0000 (02:23 -0400)
calling pthread_exit from, or pthread_cancel on, the timer callback
thread will no longer destroy the timer.


No differences found