Home
last modified time | relevance | path

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

/external/igt-gpu-tools/tests/i915/
Di915_suspend.c112 reader.use_SIGKILL = true; in test_debugfs_reader()
142 reader.use_SIGKILL = true; in test_sysfs_reader()
/external/igt-gpu-tools/lib/
Digt_core.h942 bool use_SIGKILL; member
Digt_core.c1878 WTERMSIG(status) == (proc->use_SIGKILL ? SIGKILL : SIGTERM)); in helper_was_alive()
1897 kill(proc->pid, proc->use_SIGKILL ? SIGKILL : SIGTERM); in igt_stop_helper()