Searched refs:thread_block (Results 1 - 25 of 56) sorted by relevance

123

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOSyncer.cpp92 thread_block(THREAD_CONTINUE_NULL);
H A DIOConditionLock.cpp196 thread_res = thread_block(THREAD_CONTINUE_NULL); /* block ourselves */
/darwin-on-arm/xnu/osfmk/console/
H A Dserial_general.c92 thread_block((thread_continue_t)serial_keyboard_poll); /* Wait for it */
/darwin-on-arm/xnu/osfmk/default_pager/
H A Ddp_memory_object.c133 thread_block(THREAD_CONTINUE_NULL);
170 thread_block(THREAD_CONTINUE_NULL);
213 thread_block(THREAD_CONTINUE_NULL);
257 thread_block(THREAD_CONTINUE_NULL);
278 thread_block(THREAD_CONTINUE_NULL);
558 thread_block(THREAD_CONTINUE_NULL);
654 thread_block(THREAD_CONTINUE_NULL);
1135 wresult = thread_block(THREAD_CONTINUE_NULL);
/darwin-on-arm/xnu/osfmk/arm/
H A Dlocks_arm.c417 res = thread_block(THREAD_CONTINUE_NULL);
462 res = thread_block(THREAD_CONTINUE_NULL);
502 res = thread_block(THREAD_CONTINUE_NULL);
582 res = thread_block(THREAD_CONTINUE_NULL);
/darwin-on-arm/xnu/osfmk/kern/
H A Dlocks.c446 res = thread_block(THREAD_CONTINUE_NULL);
477 res = thread_block(THREAD_CONTINUE_NULL);
510 res = thread_block(THREAD_CONTINUE_NULL);
550 res = thread_block(THREAD_CONTINUE_NULL);
635 thread_block(THREAD_CONTINUE_NULL);
818 wait_result = thread_block(THREAD_CONTINUE_NULL);
871 res = thread_block(THREAD_CONTINUE_NULL);
909 res = thread_block(THREAD_CONTINUE_NULL);
H A Dsync_lock.c339 wait_result = thread_block(THREAD_CONTINUE_NULL);
681 wait_result = thread_block(THREAD_CONTINUE_NULL);
798 wait_result = thread_block(THREAD_CONTINUE_NULL);
H A Dclock.c797 wresult = thread_block(mach_wait_until_continue);
834 thread_block(THREAD_CONTINUE_NULL);
H A Dmachine.c254 thread_block(THREAD_CONTINUE_NULL);
H A Dstartup.c475 thread_block((thread_continue_t)idle_thread);
H A Dsync_sema.c708 wait_result = thread_block((thread_continue_t)semaphore_wait_continue);
711 wait_result = thread_block(THREAD_CONTINUE_NULL);
H A Dsched_prim.h359 extern wait_result_t thread_block(
H A Dsched_prim.c368 * assert_wait thread_block clear_wait swapout swapin
798 * and thread_block().
1230 res = thread_block(THREAD_CONTINUE_NULL);
1258 res = thread_block(THREAD_CONTINUE_NULL);
1282 res = thread_block(THREAD_CONTINUE_NULL);
1319 wresult = thread_block(THREAD_CONTINUE_NULL);
1345 wresult = thread_block(THREAD_CONTINUE_NULL);
1461 thread_block(THREAD_CONTINUE_NULL);
2567 * thread_block:
2572 thread_block( function
[all...]
H A Dthread.c422 thread_block((thread_continue_t)thread_terminate_continue);
536 thread_block((thread_continue_t)thread_terminate_daemon);
588 thread_block((thread_continue_t)thread_stack_daemon);
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_synch.c249 (void) thread_block(_sleep_continue);
253 wait_result = thread_block(THREAD_CONTINUE_NULL);
H A Dkern_memorystatus.c868 (void)thread_block((thread_continue_t)memorystatus_thread);
912 (void)thread_block((thread_continue_t)memorystatus_thread);
1301 (void)thread_block((thread_continue_t)memorystatus_jetsam_thread);
1637 thread_block((thread_continue_t) memorystatus_freeze_thread);
H A Dpthread_synch.c664 thread_block(THREAD_CONTINUE_NULL);
1176 thread_block(THREAD_CONTINUE_NULL);
1409 thread_block(THREAD_CONTINUE_NULL);
2020 thread_block((thread_continue_t)wq_unpark_continue);
2085 thread_block(THREAD_CONTINUE_NULL);
2155 thread_block(THREAD_CONTINUE_NULL);
H A Dkern_shutdown.c62 #include <kern/sched_prim.h> /* for thread_block() */
390 thread_block(THREAD_CONTINUE_NULL);
/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_mqueue.c419 wresult = thread_block(THREAD_CONTINUE_NULL);
702 thread_block(ipc_mqueue_receive_continue);
705 wresult = thread_block(THREAD_CONTINUE_NULL);
/darwin-on-arm/xnu/osfmk/i386/
H A Dlocks_i386.c1017 * check to see if we're allowed to do a thread_block
1033 res = thread_block(THREAD_CONTINUE_NULL);
1096 * check to see if we're allowed to do a thread_block
1111 res = thread_block(THREAD_CONTINUE_NULL);
1338 * check to see if we're allowed to do a thread_block
1356 res = thread_block(THREAD_CONTINUE_NULL);
1484 * check to see if we're allowed to do a thread_block
1500 res = thread_block(THREAD_CONTINUE_NULL);
2071 thread_block(THREAD_CONTINUE_NULL);
H A Dpmap_common.c347 thread_block(THREAD_CONTINUE_NULL);
H A Dmachine_routines.c522 (void)thread_block(THREAD_CONTINUE_NULL);
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_fault.c614 thread_block(THREAD_CONTINUE_NULL);
1227 wait_result = thread_block(THREAD_CONTINUE_NULL);
1390 wait_result = thread_block(THREAD_CONTINUE_NULL);
1429 wait_result = thread_block(THREAD_CONTINUE_NULL);
1778 thread_block(THREAD_CONTINUE_NULL);
1982 wait_result = thread_block(THREAD_CONTINUE_NULL);
2023 thread_block(THREAD_CONTINUE_NULL);
2994 result = thread_block(THREAD_CONTINUE_NULL);
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsd.c389 status = thread_block(function);
/darwin-on-arm/xnu/osfmk/chud/
H A Dchud_thread.c64 * force a thread_block(). The result is that if you call this method on the
98 (void)thread_block(THREAD_CONTINUE_NULL);

Completed in 144 milliseconds

123