| /xnu-11215/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_mit.c | 522 (void) thread_block_parameter(nx_netif_mit_s_thread_cont, mit); in nx_netif_mit_thread_func() 524 (void) thread_block_parameter(nx_netif_mit_thread_cont, mit); in nx_netif_mit_thread_func() 610 (void) thread_block_parameter(nx_netif_mit_s_thread_cont, mit); in nx_netif_mit_s_thread_cont() 727 (void) thread_block_parameter(nx_netif_mit_thread_cont, mit); in nx_netif_mit_thread_cont()
|
| H A D | nx_netif_poll.c | 460 (void) thread_block_parameter(netif_rxpoll_compat_thread_cont, in netif_rxpoll_compat_thread_cont() 513 (void) thread_block_parameter(netif_rxpoll_compat_thread_cont, ifp); in netif_rxpoll_compat_thread_func()
|
| /xnu-11215/osfmk/kern/ |
| H A D | syscall_subr.c | 382 int result = thread_block_parameter(continuation, parameter); in thread_handoff_internal()
|
| H A D | mpsc_queue.c | 153 thread_block_parameter(_mpsc_queue_thread_continue, dq); in _mpsc_queue_thread_continue()
|
| H A D | thread_call.c | 1869 thread_block_parameter((thread_continue_t)thread_call_thread, group); in thread_call_thread() 1878 thread_block_parameter((thread_continue_t)thread_call_thread, group); in thread_call_thread() 1943 thread_block_parameter(thread_call_daemon_continue, NULL); in thread_call_daemon_continue()
|
| H A D | sched_prim.h | 768 extern wait_result_t thread_block_parameter(
|
| H A D | smr.c | 1876 thread_block_parameter(__smr_worker_continue, smrw); in __smr_worker_continue()
|
| H A D | sched_prim.c | 1522 return thread_block_parameter(continuation, parameter); in sched_cond_wait_parameter() 4100 thread_block_parameter( in thread_block_parameter() function
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOWorkLoop.cpp | 447 thread_block_parameter(cptr, this); in threadMain()
|
| /xnu-11215/bsd/net/pktsched/ |
| H A D | pktsched_netem.c | 1286 (void) thread_block_parameter(netem_output_thread_cont, ne); in netem_output_thread_cont() 1310 thread_block_parameter(netem_output_thread_cont, ne); in netem_output_thread_func()
|
| /xnu-11215/bsd/kern/ |
| H A D | tracker.c | 1037 thread_block_parameter((thread_continue_t) tracker_entry_expire, NULL); in tracker_gc_thread_func() 1096 thread_block_parameter((thread_continue_t)tracker_entry_expire, NULL); in tracker_entry_expire()
|
| H A D | socket_flows.c | 1358 thread_block_parameter((thread_continue_t) soflow_gc_expire, NULL); in soflow_gc_thread_func() 1500 thread_block_parameter((thread_continue_t)soflow_gc_expire, NULL); in soflow_gc_expire()
|
| H A D | sys_ulock.c | 771 thread_block_parameter(ulock_wait_continue, ull); in sys_ulock_wait2()
|
| H A D | kern_event.c | 8043 thread_block_parameter(kqueue_scan_continue, kqu.kqf);
|
| /xnu-11215/bsd/net/ |
| H A D | dlil.c | 2810 (void) thread_block_parameter(dlil_main_input_thread_cont, inp); in dlil_main_input_thread_func() 2905 (void) thread_block_parameter(dlil_main_input_thread_cont, inp); in dlil_main_input_thread_cont() 2945 (void) thread_block_parameter(dlil_input_thread_cont, inp); in dlil_input_thread_func() 3045 (void) thread_block_parameter(dlil_input_thread_cont, inp); in dlil_input_thread_cont() 3084 (void) thread_block_parameter(dlil_rxpoll_input_thread_cont, inp); in dlil_rxpoll_input_thread_func() 3365 (void) thread_block_parameter(dlil_rxpoll_input_thread_cont, in dlil_rxpoll_input_thread_cont() 4268 (void) thread_block_parameter(ifnet_start_thread_cont, ifp); in ifnet_start_thread_func() 4388 (void) thread_block_parameter(ifnet_start_thread_cont, ifp); in ifnet_start_thread_cont() 4481 (void) thread_block_parameter(ifnet_poll_thread_cont, ifp); in ifnet_poll_thread_func() 4622 (void) thread_block_parameter(ifnet_poll_thread_cont, ifp); in ifnet_poll_thread_cont()
|
| H A D | content_filter.c | 7357 thread_block_parameter((thread_continue_t) cfil_stats_report, NULL); in cfil_stats_report_thread_func() 7559 thread_block_parameter((thread_continue_t) cfil_stats_report, NULL); in cfil_stats_report()
|
| /xnu-11215/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_dp.c | 2246 thread_block_parameter(fsw_rps_thread_cont, frt); in fsw_rps_thread_cont() 2295 (void) thread_block_parameter(fsw_rps_thread_cont, frt); in fsw_rps_thread_func() 4472 thread_block_parameter(fsw_reap_thread_cont, fsw); in fsw_reap_thread_func() 4643 thread_block_parameter(fsw_reap_thread_cont, fsw); in fsw_reap_thread_cont()
|
| /xnu-11215/osfmk/vm/ |
| H A D | vm_reclaim.c | 1488 (void) thread_block_parameter(reclaim_thread, (void*) RECLAIM_THREAD_CONT); in reclaim_thread()
|
| H A D | vm_pageout.c | 5011 thread_block_parameter(vm_pageout_garbage_collect, VM_PAGEOUT_GC_COLLECT);
|