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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dsched_prim.h234 extern wait_result_t thread_block_parameter(
H A Dthread_call.c856 thread_block_parameter((thread_continue_t)thread_call_thread, group);
902 thread_block_parameter((thread_continue_t)thread_call_daemon_continue, group);
H A Dsched_prim.c1856 thread_block_parameter( function
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOWorkLoop.cpp346 thread_block_parameter(cptr, this);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_event.c1455 thread_block_parameter(kevent_scan_continue, kq);
1558 wait_result = thread_block_parameter(cont, kq);
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_pageout.c2232 thread_block_parameter((thread_continue_t)vm_pageout_iothread_continue, (void *) &q->pgo_pending);
2278 thread_block_parameter((thread_continue_t) vm_pageout_garbage_collect, (void *)1);

Completed in 85 milliseconds