Home
last modified time | relevance | path

Searched refs:get_dispatchqueue_offset_from_proc (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.61.3/osfmk/kern/
H A Dthread.c270 extern uint64_t get_dispatchqueue_offset_from_proc(void *);
3234 dispatchqueue_addr = thread_handle + get_dispatchqueue_offset_from_proc(bsd_info); in thread_dispatchqaddr()
H A Dtask.c477 extern uint64_t get_dispatchqueue_offset_from_proc(void *);
3225 dispatchqueue_offset = get_dispatchqueue_offset_from_proc(get_bsdtask_info(task)); in task_start_halt_locked()
/xnu-10002.61.3/bsd/kern/
H A Dproc_info.c112 uint64_t get_dispatchqueue_offset_from_proc(void *);
223 get_dispatchqueue_offset_from_proc(void *p) in get_dispatchqueue_offset_from_proc() function