Searched refs:power_floor_exit (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/thermal/intel/power_floor/
H A Dpower_floor_test.c16 void power_floor_exit(int signum) function
44 if (signal(SIGINT, power_floor_exit) == SIG_IGN)
46 if (signal(SIGHUP, power_floor_exit) == SIG_IGN)
48 if (signal(SIGTERM, power_floor_exit) == SIG_IGN)

Completed in 115 milliseconds