Home
last modified time | relevance | path

Searched refs:thread_call_allocate (Results 1 – 25 of 29) sorted by relevance

12

/xnu-11215/tools/tests/testkext/
H A Dtestthreadcall.cpp48 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 Dmptcp_timer.c275 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 Din_arp.c790 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 Dthread_call.h252 extern thread_call_t thread_call_allocate(
H A Dthread_call.c1035 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 Dexclaves_driverkit.c1226 thread_call_t signal_thread = thread_call_allocate( in exclaves_hello_driverkit_interrupts()
/xnu-11215/bsd/net/
H A Ddevtimer.c167 timer->dt_callout = thread_call_allocate(devtimer_process, timer); in devtimer_create()
H A Dbpf.c1061 d->bd_thread_call = thread_call_allocate(bpf_timed_out, d); in bpfopen()
/xnu-11215/osfmk/tests/
H A Dpmap_tests.c737 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 Dlog_queue.c659 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 Dmcache.c194 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 Dkern_fork.c951 child_proc->p_rcall = thread_call_allocate((thread_call_func_t)realitexpire, child_proc); in forkproc()
/xnu-11215/iokit/Kernel/
H A DIOServicePM.cpp487 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 DIOPMrootDomain.cpp1610 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 DIOPlatformExpert.cpp1037 shutdown_hang = thread_call_allocate( &IOShutdownNotificationsTimedOut, in PEHaltRestartInternal()
H A DIOHibernateIO.cpp518 gIOHibernateTrimCalloutEntry = thread_call_allocate(&IOHibernateSystemPostWakeTrim, &gFSLock); in IOHibernateSystemSleep()
H A DIOService.cpp654 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 Ddtrace_glue.c519 wrapTC->TChdl = thread_call_allocate( _cyclic_apply, NULL ); in cyclic_add()
/xnu-11215/bsd/nfs/
H A Dnfs_gss.c341 nfs_gss_svc_ctx_timer_call = thread_call_allocate(nfs_gss_svc_ctx_timer, NULL); in nfs_gss_svc_init()
H A Dnfs_serv.c218 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 Dspec_vnops.c1484 …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 Dvm_shared_region.c600 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 Dkdp_udp.c359 kdp_timer_call = thread_call_allocate(kdp_ml_enter_debugger_wrapper, NULL); in kdp_timer_callout_init()
/xnu-11215/osfmk/ipc/
H A Dipc_importance.c3830 thread_call_allocate(ipc_importance_task_delayed_drop_scan, NULL); in ipc_importance_thread_call_init()
/xnu-11215/bsd/vfs/
H A Dvfs_fsevents.c1514 event_delivery_timer = thread_call_allocate((thread_call_func_t)delayed_event_delivery, NULL); in schedule_event_wakeup()

12