Searched refs:dispatchqueue_offset (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215/bsd/sys/ |
| H A D | pthread_shims.h | 84 …ze, user_addr_t dummy_value, user_addr_t targetconc_ptr, uint64_t dispatchqueue_offset, int32_t *r… 106 …user_addr_t stack_addr_hint, user_addr_t targetconc_ptr, uint32_t dispatchqueue_offset, uint32_t t…
|
| /xnu-11215/bsd/pthread/ |
| H A D | pthread_shims.c | 354 uap->targetconc_ptr, uap->dispatchqueue_offset, in bsdthread_register() 359 uap->targetconc_ptr, uap->dispatchqueue_offset, in bsdthread_register()
|
| /xnu-11215/osfmk/kern/ |
| H A D | task.c | 1920 new_task->dispatchqueue_offset = 0; in task_create_internal() 1922 new_task->dispatchqueue_offset = parent_task->dispatchqueue_offset; in task_create_internal() 3299 uint64_t dispatchqueue_offset; in task_start_halt_locked() local 3369 dispatchqueue_offset = get_dispatchqueue_offset_from_proc(get_bsdtask_info(task)); in task_start_halt_locked() 3400 task->dispatchqueue_offset = dispatchqueue_offset; in task_start_halt_locked() 6923 return task->dispatchqueue_offset; in get_task_dispatchqueue_offset()
|
| H A D | task.h | 557 uint64_t dispatchqueue_offset; member
|