Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dthread_test_context.c149 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()
158 if (thread_get_test_option(ttc_testing_ttc_struct).min_address != 0) { in thread_test_context_tests()
163 if (thread_get_test_option(ttc_testing_ttc_struct).min_address != 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()
177 if (thread_get_test_option(ttc_testing_ttc_int) != 0) { in thread_test_context_tests()
181 if (thread_get_test_option(ttc_testing_ttc_struct).min_address != 33) { in thread_test_context_tests()
[all …]
H A Dthread_test_context.h114 #define thread_get_test_option(field) \ macro
/xnu-11215/osfmk/vm/
H A Dvm_resident.c9388 if (thread_get_test_option(test_option_vm_prevent_wire_tag_panic)) { in vm_tag_bt()
H A Dvm_map.c8758 if (thread_get_test_option(test_option_vm_map_clamp_pmap_remove)) { in vm_map_delete()
18055 if (!thread_get_test_option(test_option_vm_map_allow_null_pmap)) { in vm_map_remap_extract()