Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/tests/
H A Dpmap_tests.c413 thread_t nest_threads[TEST_NEST_THREADS]; in test_pmap_nesting() local
416 for (unsigned int j = 0; j < (sizeof(nest_threads) / sizeof(nest_threads[0])); j++) { in test_pmap_nesting()
425 …ernel_thread_start_priority(pmap_nest_thread, &args[j], MAXPRI_KERNEL - (j % 4), &nest_threads[j]); in test_pmap_nesting()
427 thread_set_thread_name(nest_threads[j], "pmap_nest_thread"); in test_pmap_nesting()
492 for (unsigned int j = 0; j < (sizeof(nest_threads) / sizeof(nest_threads[0])); j++) { in test_pmap_nesting()