Home
last modified time | relevance | path

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

/xnu-11417.101.15/osfmk/kern/
H A Dexclaves_inspection.c63 static thread_t exclaves_collection_thread; variable
390 thread_wakeup_thread((event_t)&exclaves_collect_event, exclaves_collection_thread); in exclaves_inspection_begin_collecting()
399 …itor(&exclaves_collect_mtx, LCK_SLEEP_DEFAULT, (event_t)queue, exclaves_collection_thread, THREAD_… in exclaves_inspection_wait_complete()
468 … exclaves_collect_threads_thread, NULL, exclaves_collect_priority, &exclaves_collection_thread)); in exclaves_inspection_init()
472 thread_set_thread_name(exclaves_collection_thread, "exclaves-stackshot"); in exclaves_inspection_init()
473 thread_deallocate(exclaves_collection_thread); in exclaves_inspection_init()
478 …x, LCK_SLEEP_DEFAULT, (event_t)&exclaves_collect_thread_ready, exclaves_collection_thread, THREAD_… in exclaves_inspection_init()
516 (event_t)&thread->th_exclaves_inspection_queue_stackshot, exclaves_collection_thread, in exclaves_inspection_check_ast()
526 (event_t)&thread->th_exclaves_inspection_queue_kperf, exclaves_collection_thread, in exclaves_inspection_check_ast()