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)
commit82171d6ac0d84876cdc6dd6319b0790b42cdb47e
treedf557d7e26c757b333c3dc1e4a9338113d91446e
parent2d1d62ed47452126bb632207dd64b0fdaf4c13ed
greatly improve SIGEV_THREAD timers

calling pthread_exit from, or pthread_cancel on, the timer callback
thread will no longer destroy the timer.
src/internal/pthread_impl.h
src/time/timer_create.c
src/time/timer_delete.c