Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dthread_test_context.c140 .ttc_testing_ttc_int = 1, in thread_test_context_tests()
149 if (thread_get_test_option(ttc_testing_ttc_int) != 0) { in thread_test_context_tests()
153 thread_set_test_option(ttc_testing_ttc_int, 1 + thread_get_test_option(ttc_testing_ttc_int)); in thread_test_context_tests()
154 if (thread_get_test_option(ttc_testing_ttc_int) != 0) { in thread_test_context_tests()
169 if (thread_get_test_option(ttc_testing_ttc_int) != 1) { in thread_test_context_tests()
172 thread_set_test_option(ttc_testing_ttc_int, 1 + thread_get_test_option(ttc_testing_ttc_int)); in thread_test_context_tests()
173 if (thread_get_test_option(ttc_testing_ttc_int) != 2) { in thread_test_context_tests()
176 thread_set_test_option(ttc_testing_ttc_int, 0); in thread_test_context_tests()
177 if (thread_get_test_option(ttc_testing_ttc_int) != 0) { in thread_test_context_tests()
H A Dthread_test_context.h82 int ttc_testing_ttc_int; member