Searched refs:get_dispatchqueue_offset_from_proc (Results 1 – 3 of 3) sorted by relevance
243 extern uint64_t get_dispatchqueue_offset_from_proc(void *);3089 dispatchqueue_addr = thread_handle + get_dispatchqueue_offset_from_proc(task->bsd_info); in thread_dispatchqaddr()
403 extern uint64_t get_dispatchqueue_offset_from_proc(void *);3078 dispatchqueue_offset = get_dispatchqueue_offset_from_proc(task->bsd_info); in task_start_halt_locked()
107 uint64_t get_dispatchqueue_offset_from_proc(void *);214 get_dispatchqueue_offset_from_proc(void *p) in get_dispatchqueue_offset_from_proc() function