Searched refs:get_machthread (Results 1 – 16 of 16) sorted by relevance
| /xnu-12377.41.6/bsd/pthread/ |
| H A D | pthread_workqueue.c | 303 thread_wakeup_thread(workq_parked_wait_event(uth), get_machthread(uth)); in workq_thread_wakeup() 637 thread_set_workq_override(get_machthread(uth), new_pri.qos_override); in workq_thread_update_bucket() 700 thread_t th = get_machthread(uth); in workq_thread_reset_pri() 983 thread_deallocate(get_machthread(uth)); in workq_thread_terminate() 1201 thread_t th = get_machthread(uth); in workq_unpark_for_death_and_unlock() 1283 if (wq->wq_inheritor == get_machthread(uth)) { in workq_push_idle_thread() 2305 thread_t mth = get_machthread(uth); in workq_exit() 3117 kqueue_threadreq_bind(p, req, get_machthread(uth), 0); in workq_kern_threadreq_initiate() 3440 thread_disarm_workqueue_quantum(get_machthread(uth)); in workq_kern_bound_thread_park() 3483 kr = kern_work_interval_join(get_machthread(uth), MACH_PORT_NULL); in workq_kern_bound_thread_terminate() [all …]
|
| H A D | pthread_shims.c | 182 thread_t thread = uth ? get_machthread(uth) : current_thread(); in proc_usynch_get_requested_thread_qos() 205 thread_t thread = uth ? get_machthread(uth) : THREAD_NULL; in proc_usynch_thread_qos_add_override_for_resource() 215 thread_t thread = uth ? get_machthread(uth) : THREAD_NULL; in proc_usynch_thread_qos_remove_override_for_resource() 293 th = get_machthread(__container_of(kwe, struct uthread, uu_save.uus_kwe)); in psynch_wait_wakeup()
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | kern_aio.c | 2762 thread_wakeup_thread(workq_aio_parked_wait_event(uth), get_machthread(uth)); in workq_aio_thread_wakeup() 3023 thread_t th = get_machthread(uth); in workq_aio_unpark_for_death_and_unlock() 3106 thread_set_pending_block_hint(get_machthread(uth), kThreadWaitParkedWorkQueue); in workq_aio_park_and_unlock() 3123 thread_t th = get_machthread(uth); in workq_aio_thread_reset_pri() 3148 thread_freeze_base_pri(get_machthread(uth)); in workq_aio_unpark_select_req_or_park_and_unlock() 3174 thread_unfreeze_base_pri(get_machthread(uth)); in workq_aio_unpark_select_req_or_park_and_unlock()
|
| H A D | kern_fork.c | 1313 assert(get_machthread(uth) == vm_pageout_scan_thread); in uthread_init() 1314 vfs_context0.vc_thread = get_machthread(uth); in uthread_init()
|
| H A D | kern_event.c | 2591 thread_set_pending_block_hint(get_machthread(uth), kThreadWaitWorkloopSyncWait); in filt_wlpost_register_wait() 5414 kqr->tr_thread = get_machthread(ut); 5554 thread_set_pending_block_hint(get_machthread(uth),
|
| H A D | tty.c | 3053 …(thread_info_internal(get_machthread(uthread), THREAD_BASIC_INFO, (thread_info_t)&basic_info, &mmt… in ttyinfo_locked()
|
| H A D | kern_sig.c | 1953 thread_t th = get_machthread(uth); in get_signalthread()
|
| H A D | kern_exit.c | 2588 clear_thread_ro_proc(get_machthread(uth)); in proc_exit()
|
| H A D | kern_proc.c | 1893 return get_machthread(uth); in proc_thread()
|
| /xnu-12377.41.6/bsd/dev/arm64/ |
| H A D | fasttrap_isa.c | 295 signal_setast(get_machthread(t)); 559 thread_t th = get_machthread(uthread);
|
| /xnu-12377.41.6/bsd/dev/dtrace/ |
| H A D | fbt_blacklist.c | 151 CLOSURE(get_machthread)
|
| /xnu-12377.41.6/bsd/dev/arm/ |
| H A D | systemcalls.c | 408 if (indirect_offset && !ml_thread_is64bit(get_machthread(uthread))) { in arm_get_u64_syscall_args()
|
| /xnu-12377.41.6/osfmk/kern/ |
| H A D | thread.h | 1645 extern thread_t get_machthread(struct uthread *) __pure2;
|
| H A D | bsd_kern.c | 187 get_machthread(struct uthread *uth) in get_machthread() function
|
| H A D | thread.c | 3133 return thread_tid(get_machthread(uth)); in uthread_tid()
|
| /xnu-12377.41.6/bsd/dev/i386/ |
| H A D | fasttrap_isa.c | 777 signal_setast(get_machthread(t)); in fasttrap_sigsegv()
|