Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/tests/ !
H A Dpmap_tests.c378 thread_t nest_threads[TEST_NEST_THREADS]; in test_pmap_nesting() local
381 for (unsigned int j = 0; j < (sizeof(nest_threads) / sizeof(nest_threads[0])); j++) { in test_pmap_nesting()
390 …ernel_thread_start_priority(pmap_nest_thread, &args[j], MAXPRI_KERNEL - (j % 4), &nest_threads[j]); in test_pmap_nesting()
392 thread_set_thread_name(nest_threads[j], "pmap_nest_thread"); in test_pmap_nesting()
449 for (unsigned int j = 0; j < (sizeof(nest_threads) / sizeof(nest_threads[0])); j++) { in test_pmap_nesting()