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

/darwin-on-arm/xnu/osfmk/kern/
H A Dthread.c156 extern uint64_t get_dispatchqueue_offset_from_proc(void *);
1203 identifier_info->dispatch_qaddr = identifier_info->thread_handle + get_dispatchqueue_offset_from_proc(thread->task->bsd_info);
1722 dispatchqueue_addr = thread_handle + get_dispatchqueue_offset_from_proc(thread->task->bsd_info);
/darwin-on-arm/xnu/bsd/kern/
H A Dproc_info.c90 uint64_t get_dispatchqueue_offset_from_proc(void *);
143 uint64_t get_dispatchqueue_offset_from_proc(void *p) function

Completed in 29 milliseconds