Home
last modified time | relevance | path

Searched refs:thread_set_pending_block_hint (Results 1 – 15 of 15) sorted by relevance

/xnu-8020.140.41/bsd/pthread/
H A Dpthread_shims.c240 thread_set_pending_block_hint(current_thread(), block_hint); in psynch_wait_prepare()
245 thread_set_pending_block_hint(current_thread(), block_hint); in psynch_wait_prepare()
H A Dpthread_workqueue.c3584 thread_set_pending_block_hint(get_machthread(uth), kThreadWaitParkedWorkQueue); in workq_park_and_unlock()
/xnu-8020.140.41/osfmk/kern/
H A Dlock_rw.c876 thread_set_pending_block_hint(current_thread(), kThreadWaitKernelRWLockWrite); in lck_rw_lock_exclusive_gen()
945 thread_set_pending_block_hint(current_thread(), kThreadWaitKernelRWLockWrite); in lck_rw_lock_exclusive_gen()
1193 thread_set_pending_block_hint(current_thread(), kThreadWaitKernelRWLockRead); in lck_rw_lock_shared_gen()
1453 thread_set_pending_block_hint(current_thread(), kThreadWaitKernelRWLockUpgrade); in lck_rw_lock_shared_to_exclusive_success()
H A Dsched_prim.h597 extern void thread_set_pending_block_hint(
H A Dsync_sema.c699 thread_set_pending_block_hint(self, kThreadWaitSemaphore); in semaphore_wait_internal()
H A Dlocks.c1200 thread_set_pending_block_hint(thread, kThreadWaitKernelMutex); in lck_mtx_lock_wait()
1536 thread_set_pending_block_hint(current_thread(), kThreadWaitSleepWithInheritor);
H A Dthread.c1624 thread_set_pending_block_hint(thread, block_hint); in thread_create_waiting_internal()
H A Dsched_prim.c7400 thread_set_pending_block_hint(thread_t thread, block_hint_t block_hint) in thread_set_pending_block_hint() function
/xnu-8020.140.41/osfmk/ipc/
H A Dipc_mqueue.c419 thread_set_pending_block_hint(cur_thread, kThreadWaitPortSend); in ipc_mqueue_send_locked()
1024 thread_set_pending_block_hint(thread, kThreadWaitPortReceive); in ipc_mqueue_receive_on_thread_and_unlock()
H A Dipc_eventlink.c754 thread_set_pending_block_hint(self, kThreadWaitEventlink); in ipc_eventlink_signal_wait_internal()
/xnu-8020.140.41/bsd/kern/
H A Dsys_ulock.c701 thread_set_pending_block_hint(self, kThreadWaitUserLock); in sys_ulock_wait2()
H A Dkern_exit.c2215 thread_set_pending_block_hint(current_thread(), kThreadWaitOnProcess); in wait4_nocancel()
2361 thread_set_pending_block_hint(current_thread(), kThreadWaitOnProcess); in wait4_nocancel()
H A Dkern_event.c2520 thread_set_pending_block_hint(get_machthread(uth), kThreadWaitWorkloopSyncWait); in filt_wlpost_register_wait()
/xnu-8020.140.41/osfmk/i386/
H A Dlocks_i386.c2392 thread_set_pending_block_hint(self, kThreadWaitKernelMutex); in lck_mtx_lock_wait_x86()
/xnu-8020.140.41/osfmk/vm/
H A Dvm_compressor.c1324 thread_set_pending_block_hint(current_thread(), kThreadWaitCompressor); in do_cseg_wedge_thread()
1347 thread_set_pending_block_hint(current_thread(), kThreadWaitCompressor); in c_seg_wait_on_busy()