Searched refs:thread_set_pending_block_hint (Results 1 – 16 of 16) sorted by relevance
| /xnu-10002.61.3/bsd/pthread/ |
| H A D | pthread_shims.c | 235 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 D | pthread_workqueue.c | 3665 thread_set_pending_block_hint(get_machthread(uth), kThreadWaitParkedWorkQueue); in workq_park_and_unlock()
|
| /xnu-10002.61.3/osfmk/ipc/ |
| H A D | ipc_mqueue.c | 441 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 D | ipc_eventlink.c | 755 thread_set_pending_block_hint(self, kThreadWaitEventlink); in ipc_eventlink_signal_wait_internal()
|
| /xnu-10002.61.3/osfmk/kern/ |
| H A D | lock_rw.c | 959 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 D | sched_prim.h | 741 extern void thread_set_pending_block_hint(
|
| H A D | sync_sema.c | 690 thread_set_pending_block_hint(self, kThreadWaitSemaphore); in semaphore_wait_internal()
|
| H A D | lock_mtx.c | 568 thread_set_pending_block_hint(self, kThreadWaitKernelMutex); in lck_mtx_lock_wait()
|
| H A D | locks.c | 1362 thread_set_pending_block_hint(current_thread(), kThreadWaitSleepWithInheritor); 1701 thread_set_pending_block_hint(current_thread(), kThreadWaitSleepWithInheritor);
|
| H A D | thread.c | 1741 thread_set_pending_block_hint(thread, block_hint); in thread_create_waiting_internal()
|
| H A D | sched_prim.c | 8205 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 D | sys_ulock.c | 724 thread_set_pending_block_hint(self, kThreadWaitUserLock); in sys_ulock_wait2()
|
| H A D | kern_exit.c | 2914 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 D | kern_event.c | 2560 thread_set_pending_block_hint(get_machthread(uth), kThreadWaitWorkloopSyncWait); in filt_wlpost_register_wait()
|
| /xnu-10002.61.3/osfmk/i386/ |
| H A D | locks_i386.c | 2186 thread_set_pending_block_hint(self, kThreadWaitKernelMutex); in lck_mtx_lock_wait_x86()
|
| /xnu-10002.61.3/osfmk/vm/ |
| H A D | vm_compressor.c | 1495 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()
|