Searched refs:timer_set (Results 1 – 2 of 2) sorted by relevance
187 static sigset_t timer_set; variable1916 sigemptyset(&timer_set); in init()1917 sigaddset(&timer_set, SIGALRM); in init()1918 sigprocmask(SIG_BLOCK, &timer_set, NULL); in init()2285 sigprocmask(SIG_UNBLOCK, &timer_set, NULL); in next_event()2306 sigprocmask(SIG_BLOCK, &timer_set, NULL); in next_event()
6337 (timer_jmp_buf, timer_set): New static variables.