Home
last modified time | relevance | path

Searched refs:exit_mainloop (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/thermal/lib/
H A Dmainloop.c13 static sig_atomic_t exit_mainloop; variable
38 if (exit_mainloop || !nfds) in mainloop()
114 exit_mainloop = 1; in mainloop_exit()
/openbmc/linux/tools/thermal/thermometer/
H A Dthermometer.c454 static int exit_mainloop(__maybe_unused int fd, __maybe_unused void *arg) in exit_mainloop() function
486 if (mainloop_add(fd, pid < 0 ? exit_mainloop : kill_process, &pid)) { in thermometer_wait()
512 if (mainloop_add(fd, exit_mainloop, NULL)) { in thermometer_wait()