| /xnu-11215/tools/tests/testkext/ |
| H A D | testthreadcall.cpp | 48 tcall = thread_call_allocate(thread_call_test_func, this); in start() 60 tcall2 = thread_call_allocate(thread_call_test_func2, this); in start()
|
| /xnu-11215/bsd/netinet/ |
| H A D | mptcp_timer.c | 275 mpte->mpte_time_thread = thread_call_allocate(mptcp_urgency_timer, mpte); in mptcp_init_urgency_timer() 276 mpte->mpte_stop_urgency = thread_call_allocate(mptcp_urgency_stop, mpte); in mptcp_init_urgency_timer()
|
| H A D | in_arp.c | 790 thread_call_allocate(arp_timeout, NULL); in arp_sched_timeout() 860 thread_call_allocate(arp_probe, NULL); in arp_sched_probe()
|
| /xnu-11215/osfmk/kern/ |
| H A D | thread_call.h | 252 extern thread_call_t thread_call_allocate(
|
| H A D | thread_call.c | 1035 thread_call_t call = thread_call_allocate(func, param0); in thread_call_allocate_with_qos() 1078 thread_call_allocate( in thread_call_allocate() function
|
| H A D | exclaves_driverkit.c | 1226 thread_call_t signal_thread = thread_call_allocate( in exclaves_hello_driverkit_interrupts()
|
| /xnu-11215/bsd/net/ |
| H A D | devtimer.c | 167 timer->dt_callout = thread_call_allocate(devtimer_process, timer); in devtimer_create()
|
| H A D | bpf.c | 1061 d->bd_thread_call = thread_call_allocate(bpf_timed_out, d); in bpfopen()
|
| /xnu-11215/osfmk/tests/ |
| H A D | pmap_tests.c | 737 thread_call_t huge_pv_panic_call = thread_call_allocate(huge_pv_test_panic, NULL); in test_pmap_huge_pv_list() 744 thread_call_t huge_pv_timer_call = thread_call_allocate(huge_pv_test_timeout, &args); in test_pmap_huge_pv_list()
|
| /xnu-11215/libkern/os/ |
| H A D | log_queue.c | 659 lq->lq_mem_handler = thread_call_allocate(log_queue_memory_handler, (thread_call_param_t)lq); in oslog_init_log_queues()
|
| /xnu-11215/bsd/kern/ |
| H A D | mcache.c | 194 mcache_reap_tcall = thread_call_allocate(mcache_reap_timeout, NULL); in mcache_init() 195 mcache_update_tcall = thread_call_allocate(mcache_update, NULL); in mcache_init()
|
| H A D | kern_fork.c | 951 child_proc->p_rcall = thread_call_allocate((thread_call_func_t)realitexpire, child_proc); in forkproc()
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOServicePM.cpp | 487 fWatchdogTimer = thread_call_allocate( in PMinit() 494 fAckTimer = thread_call_allocate( in PMinit() 497 fSettleTimer = thread_call_allocate( in PMinit() 500 fIdleTimer = thread_call_allocate( in PMinit() 502 fDriverCallTimer = thread_call_allocate( in PMinit() 504 fDriverCallEntry = thread_call_allocate( in PMinit()
|
| H A D | IOPMrootDomain.cpp | 1610 aggressivesThreadCall = thread_call_allocate(handleAggressivesFunction, this); in start() 1620 extraSleepTimer = thread_call_allocate( in start() 1624 powerButtonDown = thread_call_allocate( in start() 1628 powerButtonUp = thread_call_allocate( in start() 1632 diskSyncCalloutEntry = thread_call_allocate( in start() 1635 updateConsoleUsersEntry = thread_call_allocate( in start()
|
| H A D | IOPlatformExpert.cpp | 1037 shutdown_hang = thread_call_allocate( &IOShutdownNotificationsTimedOut, in PEHaltRestartInternal()
|
| H A D | IOHibernateIO.cpp | 518 gIOHibernateTrimCalloutEntry = thread_call_allocate(&IOHibernateSystemPostWakeTrim, &gFSLock); in IOHibernateSystemSleep()
|
| H A D | IOService.cpp | 654 gIOConsoleLockCallout = thread_call_allocate(&IOService::consoleLockTimer, NULL); in initialize() 4411 …fUserServerAckTimer = thread_call_allocate(&IOServicePH::userServerAckTimerExpired, (thread_call_p… in init()
|
| /xnu-11215/bsd/dev/dtrace/ |
| H A D | dtrace_glue.c | 519 wrapTC->TChdl = thread_call_allocate( _cyclic_apply, NULL ); in cyclic_add()
|
| /xnu-11215/bsd/nfs/ |
| H A D | nfs_gss.c | 341 nfs_gss_svc_ctx_timer_call = thread_call_allocate(nfs_gss_svc_ctx_timer, NULL); in nfs_gss_svc_init()
|
| H A D | nfs_serv.c | 218 nfsrv_fmod_timer_call = thread_call_allocate(nfsrv_fmod_timer, NULL); in nfsrv_init() 220 nfsrv_idlesock_timer_call = thread_call_allocate(nfsrv_idlesock_timer, NULL); in nfsrv_init() 221 nfsrv_wg_timer_call = thread_call_allocate(nfsrv_wg_timer, NULL); in nfsrv_init()
|
| /xnu-11215/bsd/miscfs/specfs/ |
| H A D | spec_vnops.c | 1484 …info->throttle_timer_call = thread_call_allocate((thread_call_func_t)throttle_timer, (thread_call_… in throttle_init() 1600 …info->throttle_timer_call = thread_call_allocate((thread_call_func_t)throttle_timer, (thread_call_… in throttle_info_create()
|
| /xnu-11215/osfmk/vm/ |
| H A D | vm_shared_region.c | 600 shared_region->sr_timer_call = thread_call_allocate( in vm_shared_region_deallocate() 3949 shared_region->sr_timer_call = thread_call_allocate( in vm_shared_region_pivot()
|
| /xnu-11215/osfmk/kdp/ |
| H A D | kdp_udp.c | 359 kdp_timer_call = thread_call_allocate(kdp_ml_enter_debugger_wrapper, NULL); in kdp_timer_callout_init()
|
| /xnu-11215/osfmk/ipc/ |
| H A D | ipc_importance.c | 3830 thread_call_allocate(ipc_importance_task_delayed_drop_scan, NULL); in ipc_importance_thread_call_init()
|
| /xnu-11215/bsd/vfs/ |
| H A D | vfs_fsevents.c | 1514 event_delivery_timer = thread_call_allocate((thread_call_func_t)delayed_event_delivery, NULL); in schedule_event_wakeup()
|