Searched refs:thread_block_parameter (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dsched_prim.h362 extern wait_result_t thread_block_parameter(
H A Dthread_call.c1248 thread_block_parameter((thread_continue_t)thread_call_thread, group);
1257 thread_block_parameter((thread_continue_t)thread_call_thread, group);
1311 thread_block_parameter((thread_continue_t)thread_call_daemon_continue, NULL);
H A Dsched_prim.c2579 thread_block_parameter( function
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOWorkLoop.cpp406 thread_block_parameter(cptr, this);
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_event.c2014 thread_block_parameter(kqueue_scan_continue, kq);
2117 wait_result = thread_block_parameter(cont, kq);
H A Dpthread_support.c3102 kret = thread_block_parameter(continuation, parameter);
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_pageout.c2902 thread_block_parameter((thread_continue_t)vm_pageout_iothread_continue, (void *) &q->pgo_pending);
3067 thread_block_parameter((thread_continue_t) vm_pageout_garbage_collect, (void *)1);

Completed in 52 milliseconds