block signals in timer threads
authorRich Felker <dalias@aerifal.cx>
Thu, 11 Aug 2011 19:54:06 +0000 (15:54 -0400)
committerRich Felker <dalias@aerifal.cx>
Thu, 11 Aug 2011 19:54:06 +0000 (15:54 -0400)
commitc5168071738467fb67e932976e56f364291cca60
tree54e3955cd2a4c5f4d5839ae2fafc251edc431b99
parent140778582487fb082716eec74324d7b16beb2daf
block signals in timer threads

if a timer thread leaves signals unblocked, any future attempt by the
main thread to prevent the process from being terminated by blocking
signals will fail, since the signal can still be delivered to the
timer thread.
src/time/timer_create.c