Home
last modified time | relevance | path

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

/xnu-11215.61.5/osfmk/kern/
H A Dthread_test_context.c153 thread_set_test_option(ttc_testing_ttc_int, 1 + thread_get_test_option(ttc_testing_ttc_int)); in thread_test_context_tests()
162 thread_set_test_option(ttc_testing_ttc_struct, (struct mach_vm_range){55, 66}); 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()
176 thread_set_test_option(ttc_testing_ttc_int, 0); in thread_test_context_tests()
184 thread_set_test_option(ttc_testing_ttc_struct, (struct mach_vm_range){55, 66}); in thread_test_context_tests()
H A Dthread_test_context.h128 #define thread_set_test_option(field, /* new_value */ ...) \ macro
136 #define thread_set_test_option(field, /* new_value */ ...) \ macro
/xnu-11215.61.5/osfmk/tests/
H A Dvm_parameter_validation_kern.c389 thread_set_test_option(test_option_vm_prevent_wire_tag_panic, prevent); in prevent_wire_tag_panic()