Home
last modified time | relevance | path

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

/xnu-10063.101.15/osfmk/tests/
H A Dpmap_tests.c372 #define TEST_NEST_THREADS 4 in test_pmap_nesting() macro
373 #if TEST_NEST_THREADS >= MAX_CPUS in test_pmap_nesting()
374 #undef TEST_NEST_THREADS in test_pmap_nesting()
375 #define TEST_NEST_THREADS MAX_CPUS - 1 in test_pmap_nesting() macro
377 thread_t nest_threads[TEST_NEST_THREADS]; in test_pmap_nesting()
378 kern_return_t thread_krs[TEST_NEST_THREADS]; in test_pmap_nesting()
379 pmap_test_thread_args args[TEST_NEST_THREADS]; in test_pmap_nesting()