| /xnu-10063.121.3/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-10063.121.3/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 | 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 | 762 extern wait_result_t thread_block_parameter(
|
| H A D | smr.c | 1875 thread_block_parameter(__smr_worker_continue, smrw); in __smr_worker_continue()
|
| H A D | sched_prim.c | 1392 return thread_block_parameter(continuation, parameter); in sched_cond_wait_parameter() 3937 thread_block_parameter( in thread_block_parameter() function
|
| /xnu-10063.121.3/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-10063.121.3/iokit/Kernel/ |
| H A D | IOWorkLoop.cpp | 447 thread_block_parameter(cptr, this); in threadMain()
|
| /xnu-10063.121.3/bsd/kern/ |
| H A D | tracker.c | 1014 thread_block_parameter((thread_continue_t) tracker_entry_expire, NULL); in tracker_gc_thread_func() 1073 thread_block_parameter((thread_continue_t)tracker_entry_expire, NULL); in tracker_entry_expire()
|
| H A D | socket_flows.c | 1344 thread_block_parameter((thread_continue_t) soflow_gc_expire, NULL); in soflow_gc_thread_func() 1481 thread_block_parameter((thread_continue_t)soflow_gc_expire, NULL); in soflow_gc_expire()
|
| H A D | sys_ulock.c | 767 thread_block_parameter(ulock_wait_continue, ull); in sys_ulock_wait2()
|
| H A D | kern_event.c | 7653 thread_block_parameter(kqueue_scan_continue, kqu.kqf); in kqueue_scan()
|
| /xnu-10063.121.3/bsd/net/ |
| H A D | dlil.c | 3227 (void) thread_block_parameter(dlil_main_input_thread_cont, inp); in dlil_main_input_thread_func() 3322 (void) thread_block_parameter(dlil_main_input_thread_cont, inp); in dlil_main_input_thread_cont() 3362 (void) thread_block_parameter(dlil_input_thread_cont, inp); in dlil_input_thread_func() 3462 (void) thread_block_parameter(dlil_input_thread_cont, inp); in dlil_input_thread_cont() 3501 (void) thread_block_parameter(dlil_rxpoll_input_thread_cont, inp); in dlil_rxpoll_input_thread_func() 3782 (void) thread_block_parameter(dlil_rxpoll_input_thread_cont, in dlil_rxpoll_input_thread_cont() 4665 (void) thread_block_parameter(ifnet_start_thread_cont, ifp); in ifnet_start_thread_func() 4785 (void) thread_block_parameter(ifnet_start_thread_cont, ifp); in ifnet_start_thread_cont() 4878 (void) thread_block_parameter(ifnet_poll_thread_cont, ifp); in ifnet_poll_thread_func() 5019 (void) thread_block_parameter(ifnet_poll_thread_cont, ifp); in ifnet_poll_thread_cont()
|
| H A D | content_filter.c | 7200 thread_block_parameter((thread_continue_t) cfil_stats_report, NULL); in cfil_stats_report_thread_func() 7402 thread_block_parameter((thread_continue_t) cfil_stats_report, NULL); in cfil_stats_report()
|
| /xnu-10063.121.3/osfmk/vm/ |
| H A D | vm_reclaim.c | 1210 (void) thread_block_parameter(reclaim_thread, (void*) RECLAIM_THREAD_CONT); in reclaim_thread()
|
| H A D | vm_pageout.c | 4970 thread_block_parameter(vm_pageout_garbage_collect, VM_PAGEOUT_GC_COLLECT); in vm_pageout_garbage_collect()
|
| /xnu-10063.121.3/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_dp.c | 2099 thread_block_parameter(fsw_rps_thread_cont, frt); in fsw_rps_thread_cont() 2146 (void) thread_block_parameter(fsw_rps_thread_cont, frt); in fsw_rps_thread_func() 4257 thread_block_parameter(fsw_reap_thread_cont, fsw); in fsw_reap_thread_func() 4419 thread_block_parameter(fsw_reap_thread_cont, fsw); in fsw_reap_thread_cont()
|