Home
last modified time | relevance | path

Searched defs:ctid (Results 1 – 6 of 6) sorted by relevance

/xnu-8792.81.2/osfmk/kern/
H A Dlock_mtx.c689 lck_mtx_ctid_on_core(uint32_t ctid) in lck_mtx_ctid_on_core()
836 uint32_t ctid = thread->ctid; in lck_mtx_lock_contended() local
H A Dthread.c3913 ctid_unmangle(ctid_t ctid) in ctid_unmangle()
3939 ctid_get_thread_unsafe(ctid_t ctid) in ctid_get_thread_unsafe()
3948 ctid_get_thread(ctid_t ctid) in ctid_get_thread()
H A Dlocks.c279 lck_spinlock_timeout_set_orig_ctid(uint32_t ctid) in lck_spinlock_timeout_set_orig_ctid()
1724 ctid_t ctid = 0; variable
H A Dthread.h774 uint32_t ctid; /* system wide compact thread-id */ member
/xnu-8792.81.2/tools/lldbmacros/
H A Dmemory.py2824 def getThreadFromCtidInternal(ctid): argument
2853 def getTurnstileFromCtidInternal(ctid): argument
/xnu-8792.81.2/osfmk/vm/
H A Dvm_fault.c7680 uint64_t ctid = cthread->thread_id; in vm_record_rtfault() local