Home
last modified time | relevance | path

Searched refs:end_program (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/watchdogd/
H A Dwatchdogd.c75 static int end_program = 0; variable
231 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()
/freebsd/contrib/llvm-project/libc/src/__support/OSUtil/gpu/
H A Dexit.cpp29 gpu::end_program(); in exit()
/freebsd/contrib/llvm-project/libc/src/__support/GPU/
H A Dutils.h115 [[noreturn]] LIBC_INLINE void end_program() { __gpu_exit(); } in end_program() function