Searched refs:THREAD_CONTINUE_NULL (Results 1 - 25 of 48) sorted by relevance

12

/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 */
H A DIOCPU.cpp733 thread_block(THREAD_CONTINUE_NULL);
/darwin-on-arm/xnu/osfmk/kern/
H A Dkern_types.h84 #define THREAD_CONTINUE_NULL ((thread_continue_t) 0) macro
H A Dast.c140 thread_block_reason(THREAD_CONTINUE_NULL, NULL,
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 Dmachine.c254 thread_block(THREAD_CONTINUE_NULL);
H A Dsyscall_subr.c485 thread_block_reason(THREAD_CONTINUE_NULL, NULL, AST_YIELD);
H A Daffinity.c206 thread_block(THREAD_CONTINUE_NULL);
H A Dclock.c834 thread_block(THREAD_CONTINUE_NULL);
H A Dsched_prim.c1230 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);
4271 thread_block(THREAD_CONTINUE_NULL);
4318 thread_block(THREAD_CONTINUE_NULL);
4467 (void) thread_block_reason(THREAD_CONTINUE_NULL, NULL, ast);
H A Dclock_oldops.c588 wait_result = thread_block(THREAD_CONTINUE_NULL);
/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/bsd/kern/
H A Dkern_synch.c187 if (mtx != NULL && chan != NULL && (thread_continue_t)continuation == THREAD_CONTINUE_NULL) {
244 if ((thread_continue_t)continuation != THREAD_CONTINUE_NULL) {
253 wait_result = thread_block(THREAD_CONTINUE_NULL);
H A Dkern_shutdown.c390 thread_block(THREAD_CONTINUE_NULL);
H A Dkern_event.c348 thread_block(THREAD_CONTINUE_NULL);
413 thread_block(THREAD_CONTINUE_NULL);
801 thread_block(THREAD_CONTINUE_NULL);
1895 thread_block(THREAD_CONTINUE_NULL);
2058 thread_continue_t cont = THREAD_CONTINUE_NULL;
H A Dpthread_synch.c664 thread_block(THREAD_CONTINUE_NULL);
1176 thread_block(THREAD_CONTINUE_NULL);
1409 thread_block(THREAD_CONTINUE_NULL);
2085 thread_block(THREAD_CONTINUE_NULL);
2155 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/i386/
H A Dlocks_i386.c1033 res = thread_block(THREAD_CONTINUE_NULL);
1111 res = thread_block(THREAD_CONTINUE_NULL);
1356 res = thread_block(THREAD_CONTINUE_NULL);
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/ipc/
H A Dipc_mqueue.c419 wresult = thread_block(THREAD_CONTINUE_NULL);
705 wresult = 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/osfmk/chud/
H A Dchud_thread.c98 (void)thread_block(THREAD_CONTINUE_NULL);

Completed in 116 milliseconds

12