more efficient signal blocking for timer threads
authorRich Felker <dalias@aerifal.cx>
Fri, 12 Aug 2011 05:11:28 +0000 (01:11 -0400)
committerRich Felker <dalias@aerifal.cx>
Fri, 12 Aug 2011 05:11:28 +0000 (01:11 -0400)
commitb1a7102d832220066e7352f40e5744da932f5a28
tree8e41d1c191401a4309fb0fcf80af9293347b0079
parent8b625e45ff27ae6604ced1039d6c28293b60380a
more efficient signal blocking for timer threads

due to the barrier, it's safe just to block signals in the new thread,
rather than blocking and unblocking in the parent thread.
src/time/timer_create.c