Searched refs:exclaves_collection_thread (Results 1 – 1 of 1) sorted by relevance
| /xnu-10063.141.1/osfmk/kern/ |
| H A D | exclaves_inspection.c | 54 static thread_t exclaves_collection_thread; variable 361 thread_wakeup_thread((event_t)&exclaves_collect_event, exclaves_collection_thread); in exclaves_inspection_begin_collecting() 370 …itor(&exclaves_collect_mtx, LCK_SLEEP_DEFAULT, (event_t)queue, exclaves_collection_thread, THREAD_… in exclaves_inspection_wait_complete() 451 … exclaves_collect_threads_thread, NULL, exclaves_collect_priority, &exclaves_collection_thread)); in exclaves_inspection_init() 455 thread_set_thread_name(exclaves_collection_thread, "exclaves-stackshot"); in exclaves_inspection_init() 456 thread_deallocate(exclaves_collection_thread); in exclaves_inspection_init() 461 …x, LCK_SLEEP_DEFAULT, (event_t)&exclaves_collect_thread_ready, exclaves_collection_thread, THREAD_… in exclaves_inspection_init() 506 (event_t)&thread->th_exclaves_inspection_queue_stackshot, exclaves_collection_thread, in exclaves_inspection_check_ast() 516 (event_t)&thread->th_exclaves_inspection_queue_kperf, exclaves_collection_thread, in exclaves_inspection_check_ast()
|