Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dthread_test_context.c141 .ttc_testing_ttc_struct = { 33, 44 } in thread_test_context_tests()
158 if (thread_get_test_option(ttc_testing_ttc_struct).min_address != 0) { 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()
163 if (thread_get_test_option(ttc_testing_ttc_struct).min_address != 0) { in thread_test_context_tests()
181 if (thread_get_test_option(ttc_testing_ttc_struct).min_address != 33) { 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()
185 if (thread_get_test_option(ttc_testing_ttc_struct).min_address != 55) { in thread_test_context_tests()
H A Dthread_test_context.h83 struct mach_vm_range ttc_testing_ttc_struct; member