Home
last modified time | relevance | path

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

/external/igt-gpu-tools/lib/
Digt_core.c294 int num_test_children; variable
1737 for (int c = 0; c < num_test_children; c++) in igt_exit()
1739 assert(!num_test_children); in igt_exit()
1910 while (num_test_children-- && wait(&status)) in children_exit_handler()
1921 if (num_test_children >= test_children_sz) { in __igt_fork()
1935 switch (test_children[num_test_children++] = fork()) { in __igt_fork()
1960 while (count < num_test_children) { in __igt_waitchildren()
1969 for (c = 0; c < num_test_children; c++) in __igt_waitchildren()
1972 if (c == num_test_children) in __igt_waitchildren()
1990 for (c = 0; c < num_test_children; c++) in __igt_waitchildren()
[all …]