have new timer threads unblock their own SIGTIMER
unblocking it in the pthread_once init function is not sufficient, since multiple threads, some of them with the signal blocked, could already exist before this is called; timers started from such threads would be non-functional.
Showing
想要评论请 注册 或 登录