Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dexclaves_inspection.c144 thread = ctid_get_thread(ctids[i]); in clear_pending_threads_stackshot()
161 thread = ctid_get_thread(ctids[i]); in clear_pending_threads_kperf()
302 thread_t thread = ctid_get_thread(ctid_list[i]); in complete_kperf_ast()
H A Depoch_sync.c446 thread_t owner_thread = ctid_get_thread(owner_ctid); in esync_wait()
541 thread_t thread = ctid_get_thread(ctid); in esync_wake()
H A Dlock_mtx.c932 ctid_get_thread(state.owner), ts); in lck_mtx_lock_contended()
1375 waitinfo->owner = thread_tid(ctid_get_thread(state.owner)); in kdp_lck_mtx_find_owner()
H A Dthread.h1766 extern thread_t ctid_get_thread(ctid_t ctid);
H A Dsmr.c837 turnstile_update_inheritor(ts, ctid_get_thread(first->smrt_ctid), in __smr_leave_stalled()
932 inheritor = ctid_get_thread(smrq_serialized_first(&pcpu->stall_queue, in __smr_wait_for_stalled()
H A Dlock_rw.c2481 waitinfo->owner = thread_tid(ctid_get_thread(rwlck->lck_rw_owner)); in kdp_rwlck_find_owner()
H A Dlocks.c1725 inheritor = ctid_get_thread(ctid);
H A Dkern_stackshot.c1974 thread = ctid_get_thread(ctid); in collect_exclave_threads()
2272 thread = ctid_get_thread(stackshot_exclave_inspect_ctids[i]); in commit_exclaves_ast()
H A Dthread.c4110 ctid_get_thread(ctid_t ctid) in ctid_get_thread() function
/xnu-11215/osfmk/i386/
H A Dlocks_i386.c2167 thread_t holder = ctid_get_thread(mutex->lck_mtx_owner); in lck_mtx_lock_wait_x86()
2228 waitinfo->owner = thread_tid(ctid_get_thread(mutex->lck_mtx_owner)); in kdp_lck_mtx_find_owner()
/xnu-11215/osfmk/vm/
H A Dvm_pageout.c9701 upl_lock_sleep(upl, &upl->map_addr_owner, ctid_get_thread(upl->map_addr_owner));