Home
last modified time | relevance | path

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

/external/igt-gpu-tools/lib/
Digt_core.c2059 #define MAX_EXIT_HANDLERS 10 macro
2070 static igt_exit_handler_t exit_handler_fn[MAX_EXIT_HANDLERS];
2242 igt_assert(exit_handler_count < MAX_EXIT_HANDLERS); in igt_install_exit_handler()