Searched refs:thread_handle (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/osfmk/mach/
H A Dthread_info.h113 uint64_t thread_handle; /* handle to be used by libproc */ member in struct:thread_identifier_info
/xnu-2422.115.4/osfmk/kern/
H A Dthread.c1213 identifier_info->thread_handle = thread->machine.cthread_self;
1215 identifier_info->dispatch_qaddr = identifier_info->thread_handle + get_dispatchqueue_offset_from_proc(thread->task->bsd_info);
1957 uint64_t thread_handle = 0; local
1960 thread_handle = thread->machine.cthread_self;
1963 dispatchqueue_addr = thread_handle + get_dispatchqueue_offset_from_proc(thread->task->bsd_info);

Completed in 27 milliseconds