Home
last modified time | relevance | path

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

/xnu-10002.61.3/bsd/pthread/
H A Dpthread_shims.c235 thread_set_pending_block_hint(current_thread(), block_hint); in psynch_wait_prepare()
240 thread_set_pending_block_hint(current_thread(), block_hint); in psynch_wait_prepare()
H A Dpthread_workqueue.c3665 thread_set_pending_block_hint(get_machthread(uth), kThreadWaitParkedWorkQueue); in workq_park_and_unlock()
/xnu-10002.61.3/osfmk/ipc/
H A Dipc_mqueue.c441 thread_set_pending_block_hint(cur_thread, kThreadWaitPortSend); in ipc_mqueue_send_locked()
1044 thread_set_pending_block_hint(thread, kThreadWaitPortReceive); in ipc_mqueue_receive_on_thread_and_unlock()
H A Dipc_eventlink.c755 thread_set_pending_block_hint(self, kThreadWaitEventlink); in ipc_eventlink_signal_wait_internal()
/xnu-10002.61.3/osfmk/kern/
H A Dlock_rw.c959 thread_set_pending_block_hint(current_thread(), kThreadWaitKernelRWLockWrite);
1035 thread_set_pending_block_hint(current_thread(), kThreadWaitKernelRWLockWrite);
1338 thread_set_pending_block_hint(current_thread(), kThreadWaitKernelRWLockRead);
1639 thread_set_pending_block_hint(current_thread(), kThreadWaitKernelRWLockUpgrade); in lck_rw_lock_shared_to_exclusive_success()
H A Dsched_prim.h741 extern void thread_set_pending_block_hint(
H A Dsync_sema.c690 thread_set_pending_block_hint(self, kThreadWaitSemaphore); in semaphore_wait_internal()
H A Dlock_mtx.c568 thread_set_pending_block_hint(self, kThreadWaitKernelMutex); in lck_mtx_lock_wait()
H A Dlocks.c1362 thread_set_pending_block_hint(current_thread(), kThreadWaitSleepWithInheritor);
1701 thread_set_pending_block_hint(current_thread(), kThreadWaitSleepWithInheritor);
H A Dthread.c1741 thread_set_pending_block_hint(thread, block_hint); in thread_create_waiting_internal()
H A Dsched_prim.c8205 thread_set_pending_block_hint(thread_t thread, block_hint_t block_hint) in thread_set_pending_block_hint() function
/xnu-10002.61.3/bsd/kern/
H A Dsys_ulock.c724 thread_set_pending_block_hint(self, kThreadWaitUserLock); in sys_ulock_wait2()
H A Dkern_exit.c2914 thread_set_pending_block_hint(current_thread(), kThreadWaitOnProcess); in wait4_nocancel()
3061 thread_set_pending_block_hint(current_thread(), kThreadWaitOnProcess); in wait4_nocancel()
H A Dkern_event.c2560 thread_set_pending_block_hint(get_machthread(uth), kThreadWaitWorkloopSyncWait); in filt_wlpost_register_wait()
/xnu-10002.61.3/osfmk/i386/
H A Dlocks_i386.c2186 thread_set_pending_block_hint(self, kThreadWaitKernelMutex); in lck_mtx_lock_wait_x86()
/xnu-10002.61.3/osfmk/vm/
H A Dvm_compressor.c1495 thread_set_pending_block_hint(current_thread(), kThreadWaitCompressor); in do_cseg_wedge_thread()
1518 thread_set_pending_block_hint(current_thread(), kThreadWaitCompressor); in c_seg_wait_on_busy()