Searched refs:thread_handle (Results 1 – 3 of 3) sorted by relevance
113 uint64_t thread_handle; /* handle to be used by libproc */ member
3198 uint64_t thread_handle; in thread_dispatchqaddr() local3205 thread_handle = thread->machine.cthread_self; in thread_dispatchqaddr()3206 if (thread_handle == 0) { in thread_dispatchqaddr()3227 uint64_t thread_handle; in thread_wqquantum_addr() local3234 thread_handle = thread->machine.cthread_self; in thread_wqquantum_addr()3235 if (thread_handle == 0) { in thread_wqquantum_addr()3245 return wq_quantum_expiry_offset + thread_handle; in thread_wqquantum_addr()3254 uint64_t thread_handle; in thread_rettokern_addr() local3262 thread_handle = thread->machine.cthread_self; in thread_rettokern_addr()3263 if (thread_handle == 0) { in thread_rettokern_addr()[all …]
250 return (uint64_t)tiinfo.thread_handle; in get_gsbase()