Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/tests/
H A Dpmap_tests.c886 unsigned int *surt_test_active_surge_thread; member
941 if (os_atomic_dec(thread_data->surt_test_active_surge_thread, relaxed) == 0) { in surt_allocation_emulation_thread()
942 thread_wakeup(thread_data->surt_test_active_surge_thread); in surt_allocation_emulation_thread()
978 if (os_atomic_dec(thread_data->surt_test_active_surge_thread, relaxed) == 0) { in surt_free_emulation_thread()
979 thread_wakeup(thread_data->surt_test_active_surge_thread); in surt_free_emulation_thread()
1013 thread_data_array[i].surt_test_active_surge_thread = &active_threads; in test_surt()