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

/macosx-10.9.5/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dtests.h76 int do_spawn_test(int arch, int shouldfail);
H A Dmisc.c253 int do_spawn_test(int arch, int shouldfail) function
H A Dtests.c2078 if (do_spawn_test(CPU_TYPE_I386, 0))
2080 if (do_spawn_test(CPU_TYPE_X86_64, 0))
2107 if (do_spawn_test(CPU_TYPE_I386, 0))
2109 if (do_spawn_test(CPU_TYPE_X86_64, 0))
2120 if (do_spawn_test(CPU_TYPE_X86_64, 1))
2122 if (do_spawn_test(CPU_TYPE_I386, 0))
2134 if (do_spawn_test(CPU_TYPE_ARM, 0))

Completed in 181 milliseconds