Searched refs:end_program (Results 1 – 3 of 3) sorted by relevance
75 static int end_program = 0; variable231 end_program = 1; in sighandler()329 while (end_program != 2) { in watchdog_loop()334 end_program = 1; in watchdog_loop()345 end_program = 1; in watchdog_loop()357 if (end_program != 0) { in watchdog_loop()359 end_program = 2; in watchdog_loop()362 end_program = 0; in watchdog_loop()
29 gpu::end_program(); in exit()
115 [[noreturn]] LIBC_INLINE void end_program() { __gpu_exit(); } in end_program() function