Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/tests/
H A Dpmap_tests.c377 thread_t nest_threads[TEST_NEST_THREADS]; in test_pmap_nesting() local
380 for (unsigned int j = 0; j < (sizeof(nest_threads) / sizeof(nest_threads[0])); j++) { in test_pmap_nesting()
389 …ernel_thread_start_priority(pmap_nest_thread, &args[j], MAXPRI_KERNEL - (j % 4), &nest_threads[j]); in test_pmap_nesting()
391 thread_set_thread_name(nest_threads[j], "pmap_nest_thread"); in test_pmap_nesting()
448 for (unsigned int j = 0; j < (sizeof(nest_threads) / sizeof(nest_threads[0])); j++) { in test_pmap_nesting()