| /xnu-8796.101.5/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_mit.c | 520 (void) thread_block_parameter(nx_netif_mit_s_thread_cont, mit); in nx_netif_mit_thread_func() 522 (void) thread_block_parameter(nx_netif_mit_thread_cont, mit); in nx_netif_mit_thread_func() 608 (void) thread_block_parameter(nx_netif_mit_s_thread_cont, mit); in nx_netif_mit_s_thread_cont() 725 (void) thread_block_parameter(nx_netif_mit_thread_cont, mit); in nx_netif_mit_thread_cont()
|
| H A D | nx_netif_poll.c | 459 (void) thread_block_parameter(netif_rxpoll_compat_thread_cont, in netif_rxpoll_compat_thread_cont() 511 (void) thread_block_parameter(netif_rxpoll_compat_thread_cont, ifp); in netif_rxpoll_compat_thread_func()
|
| /xnu-8796.101.5/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 | 167 thread_block_parameter(_mpsc_queue_thread_continue, dq); in _mpsc_queue_thread_continue()
|
| H A D | thread_call.c | 1868 thread_block_parameter((thread_continue_t)thread_call_thread, group); in thread_call_thread() 1877 thread_block_parameter((thread_continue_t)thread_call_thread, group); in thread_call_thread() 1942 thread_block_parameter(thread_call_daemon_continue, NULL); in thread_call_daemon_continue()
|
| H A D | sched_prim.h | 744 extern wait_result_t thread_block_parameter(
|
| H A D | sched_prim.c | 1383 return thread_block_parameter(continuation, parameter); in sched_cond_wait_parameter() 3858 thread_block_parameter( in thread_block_parameter() function
|
| /xnu-8796.101.5/bsd/net/pktsched/ |
| H A D | pktsched_netem.c | 1270 (void) thread_block_parameter(netem_output_thread_cont, ne); in netem_output_thread_cont() 1291 thread_block_parameter(netem_output_thread_cont, ne); in netem_output_thread_func()
|
| /xnu-8796.101.5/iokit/Kernel/ |
| H A D | IOWorkLoop.cpp | 447 thread_block_parameter(cptr, this); in threadMain()
|
| /xnu-8796.101.5/bsd/kern/ |
| H A D | tracker.c | 1005 thread_block_parameter((thread_continue_t) tracker_entry_expire, NULL); in tracker_gc_thread_func() 1064 thread_block_parameter((thread_continue_t)tracker_entry_expire, NULL); in tracker_entry_expire()
|
| H A D | socket_flows.c | 1337 thread_block_parameter((thread_continue_t) soflow_gc_expire, NULL); in soflow_gc_thread_func() 1474 thread_block_parameter((thread_continue_t)soflow_gc_expire, NULL); in soflow_gc_expire()
|
| H A D | sys_ulock.c | 740 thread_block_parameter(ulock_wait_continue, ull); in sys_ulock_wait2()
|
| H A D | kern_event.c | 7431 thread_block_parameter(kqueue_scan_continue, kqu.kqf); in kqueue_scan()
|
| /xnu-8796.101.5/osfmk/vm/ |
| H A D | vm_reclaim.c | 978 (void) thread_block_parameter(reclaim_thread, (void*) RECLAIM_THREAD_CONT); in reclaim_thread()
|
| H A D | vm_pageout.c | 4936 thread_block_parameter(vm_pageout_garbage_collect, VM_PAGEOUT_GC_COLLECT); in vm_pageout_garbage_collect()
|
| /xnu-8796.101.5/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_dp.c | 1819 thread_block_parameter(fsw_rps_thread_cont, frt); in fsw_rps_thread_cont() 1866 (void) thread_block_parameter(fsw_rps_thread_cont, frt); in fsw_rps_thread_func() 3489 thread_block_parameter(fsw_reap_thread_cont, fsw); in fsw_reap_thread_func() 3651 thread_block_parameter(fsw_reap_thread_cont, fsw); in fsw_reap_thread_cont()
|
| /xnu-8796.101.5/bsd/net/ |
| H A D | dlil.c | 3023 (void) thread_block_parameter(dlil_main_input_thread_cont, inp); in dlil_main_input_thread_func() 3118 (void) thread_block_parameter(dlil_main_input_thread_cont, inp); in dlil_main_input_thread_cont() 3158 (void) thread_block_parameter(dlil_input_thread_cont, inp); in dlil_input_thread_func() 3258 (void) thread_block_parameter(dlil_input_thread_cont, inp); in dlil_input_thread_cont() 3297 (void) thread_block_parameter(dlil_rxpoll_input_thread_cont, inp); in dlil_rxpoll_input_thread_func() 3578 (void) thread_block_parameter(dlil_rxpoll_input_thread_cont, in dlil_rxpoll_input_thread_cont() 4290 (void) thread_block_parameter(ifnet_start_thread_cont, ifp); in ifnet_start_thread_func() 4412 (void) thread_block_parameter(ifnet_start_thread_cont, ifp); in ifnet_start_thread_cont() 4505 (void) thread_block_parameter(ifnet_poll_thread_cont, ifp); in ifnet_poll_thread_func() 4646 (void) thread_block_parameter(ifnet_poll_thread_cont, ifp); in ifnet_poll_thread_cont()
|
| H A D | content_filter.c | 7003 thread_block_parameter((thread_continue_t) cfil_stats_report, NULL); in cfil_stats_report_thread_func() 7205 thread_block_parameter((thread_continue_t) cfil_stats_report, NULL); in cfil_stats_report()
|