Home
last modified time | relevance | path

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

/external/igt-gpu-tools/lib/
Digt_core.c261 static unsigned int exit_handler_count; variable
1823 tmp_count = exit_handler_count; in __igt_fork_helper()
1824 exit_handler_count = 0; in __igt_fork_helper()
1831 exit_handler_count = tmp_count; in __igt_fork_helper()
1839 exit_handler_count = tmp_count; in __igt_fork_helper()
1940 exit_handler_count = 0; in __igt_fork()
2128 if (!exit_handler_count) { in call_exit_handlers()
2132 for (i = exit_handler_count - 1; i >= 0; i--) in call_exit_handlers()
2136 exit_handler_count = 0; in call_exit_handlers()
2238 for (i = 0; i < exit_handler_count; i++) in igt_install_exit_handler()
[all …]