Home
last modified time | relevance | path

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

/linux/tools/thermal/lib/
H A Dmainloop.c12 static sig_atomic_t exit_mainloop; variable
35 if (exit_mainloop || !nfds) in mainloop()
98 exit_mainloop = 1; in mainloop_exit()
/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()