Searched refs:restart_failed (Results 1 – 2 of 2) sorted by relevance
182 static volatile sig_atomic_t interrupted, restart_failed; variable184 static volatile int interrupted, restart_failed; variable2308 if (restart_failed) in next_event()2672 if (restart_failed) in timer_sighandler()2678 restart_failed = 1; in timer_sighandler()
6270 (restart_failed): New volatile variable.6273 remove sigsetjmp invocation, check restart_failed instead.6274 (timer_sighandler): Replace siglongjmp with setting restart_failed.