Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dexclaves_inspection.c105 thread = qe_dequeue_tail(wl, struct thread, th_exclaves_inspection_queue_stackshot); in prepare_scid_list_stackshot()
149 …wakeup_all_with_inheritor((event_t)&thread->th_exclaves_inspection_queue_stackshot, THREAD_AWAKENE… in clear_pending_threads_stackshot()
179 …_tail(&exclaves_inspection_queue_stackshot, struct thread, th_exclaves_inspection_queue_stackshot); in clear_stackshot_queue()
182 …wakeup_all_with_inheritor((event_t)&thread->th_exclaves_inspection_queue_stackshot, THREAD_AWAKENE… in clear_stackshot_queue()
516 (event_t)&thread->th_exclaves_inspection_queue_stackshot, exclaves_collection_thread, in exclaves_inspection_check_ast()
H A Dthread.h1042 queue_chain_t th_exclaves_inspection_queue_stackshot; member
H A Dkern_stackshot.c1976 …n_queue_add(&exclaves_inspection_queue_stackshot, &thread->th_exclaves_inspection_queue_stackshot); in collect_exclave_threads()