Home
last modified time | relevance | path

Searched refs:thread_call_cancel (Results 1 – 25 of 26) sorted by relevance

12

/xnu-12377.61.12/osfmk/tests/
H A Dtest_thread_call.c116 canceled = thread_call_cancel(call); in test_once_thread_call()
125 canceled = thread_call_cancel(call); in test_once_thread_call()
142 canceled = thread_call_cancel(call); in test_once_thread_call()
183 canceled = thread_call_cancel(call); in test_signal_thread_call()
195 canceled = thread_call_cancel(call); in test_signal_thread_call()
/xnu-12377.61.12/bsd/netinet/
H A Dmptcp_timer.c338 ret = thread_call_cancel(mpte->mpte_time_thread); in mptcp_cancel_urgency_timer()
350 ret = thread_call_cancel(mpte->mpte_stop_urgency); in mptcp_cancel_urgency_timer()
/xnu-12377.61.12/osfmk/kern/
H A Dmk_timer.c127 if (thread_call_cancel(&timer->mkt_thread_call)) { in mk_timer_port_label_dealloc()
378 if (thread_call_cancel(&timer->mkt_thread_call)) { in mk_timer_cancel_trap()
H A Dthread_call.h222 extern boolean_t thread_call_cancel(
H A Dsfi.c339 thread_call_cancel(sfi_classes[i].on_timer); in sfi_timer_global_off()
H A Dthread_call.c1391 thread_call_cancel(thread_call_t call) in thread_call_cancel() function
/xnu-12377.61.12/bsd/net/
H A Ddevtimer.c227 if (thread_call_cancel(timer->dt_callout)) { in devtimer_cancel()
H A Dbpf.c973 return thread_call_cancel(d->bd_thread_call); in bpf_stop_timer()
/xnu-12377.61.12/bsd/kern/
H A Dkern_time.c443 if (thread_call_cancel(p->p_rcall)) { in setitimer()
640 if (thread_call_cancel(p->p_rcall)) { in proc_free_realitimer()
H A Dkern_memorystatus_notify.c1550 thread_call_cancel(sustained_pressure_handler_thread_call); in memorystatus_update_vm_pressure()
1659 thread_call_cancel(memorystatus_notify_update_telemetry_thread_call); in memorystatus_update_vm_pressure()
H A Duipc_mbuf.c4679 thread_call_cancel(mbuf_drain_tcall); in mbuf_zone_exhausted_end()
4684 thread_call_cancel(mbuf_defunct_tcall); in mbuf_zone_exhausted_end()
H A Dkern_aio.c2793 thread_call_cancel(wq_aio->wa_death_call); in workq_aio_mark_exiting()
H A Dkern_memorystatus.c2746 thread_call_cancel(memorystatus_idle_demotion_call); in _memstat_reschedule_idle_demotion_locked()
/xnu-12377.61.12/iokit/Kernel/
H A DIOTimerEventSource.cpp356 …ad_call_cancel(tc) ((kActive & flags) ? thread_call_cancel_wait((tc)) : thread_call_cancel((tc)))
H A DIOServicePM.cpp555 thread_call_cancel(fWatchdogTimer); in PMfree()
571 thread_call_cancel(fSettleTimer); in PMfree()
577 thread_call_cancel(fAckTimer); in PMfree()
582 thread_call_cancel(fIdleTimer); in PMfree()
815 if (fIdleTimer && thread_call_cancel(fIdleTimer)) { in handlePMstop()
4447 pending = thread_call_cancel(fDriverCallTimer); in stopDriverCalloutTimer()
5281 if (fIdleTimer && thread_call_cancel(fIdleTimer)) { in ParentChangeRootChangeDown()
5806 thread_call_cancel(fWatchdogTimer); in stop_watchdog_timer()
5881 thread_call_cancel(fWatchdogTimer); in reset_watchdog_timer()
5909 thread_call_cancel(fWatchdogTimer); in reset_watchdog_timer()
[all …]
H A DIOHibernateIO.cpp554 thread_call_cancel(gIOHibernateTrimCalloutEntry); in IOHibernateSystemSleep()
1515 thread_call_cancel(gIOHibernateTrimCalloutEntry); in IOHibernateSystemPostWake()
1522 thread_call_cancel(gIOHibernateTrimCalloutEntry); in IOHibernateSystemPostWake()
H A DIOPMrootDomain.cpp2717 thread_call_cancel(extraSleepTimer); in cancelIdleSleepTimer()
8865 thread_call_cancel(fullWakeThreadCall);
H A DIOService.cpp4513 thread_call_cancel(fUserServerAckTimer); in serverAck()
/xnu-12377.61.12/bsd/nfs/
H A Dnfs_syscalls.c801 thread_call_cancel(nfsrv_idlesock_timer_call); in nfssvc_addsock()
828 thread_call_cancel(nfsrv_idlesock_timer_call); in nfssvc_addsock()
/xnu-12377.61.12/bsd/dev/dtrace/
H A Ddtrace_glue.c550 while (!thread_call_cancel(wrapTC->TChdl)) { in cyclic_remove()
/xnu-12377.61.12/osfmk/console/
H A Dvideo_console.c2509 thread_call_cancel(&vc_progressmeter_call); in vc_progress_set()
2591 thread_call_cancel(&vc_progress_call); in vc_progress_set()
/xnu-12377.61.12/bsd/pthread/
H A Dpthread_workqueue.c2213 thread_call_cancel(wq->wq_immediate_call); in workq_mark_exiting()
2216 thread_call_cancel(wq->wq_delayed_call); in workq_mark_exiting()
2219 thread_call_cancel(wq->wq_death_call); in workq_mark_exiting()
/xnu-12377.61.12/bsd/miscfs/specfs/
H A Dspec_vnops.c1232 if (thread_call_cancel(info->throttle_timer_call) == FALSE) { in throttle_timer_start()
/xnu-12377.61.12/osfmk/vm/
H A Dvm_shared_region.c573 cancelled = thread_call_cancel(shared_region->sr_timer_call); in vm_shared_region_reference_locked()
/xnu-12377.61.12/libkern/c++/
H A DOSKext.cpp1874 thread_call_cancel(sUnloadCallout); in setAutounloadsEnabled()
9273 thread_call_cancel(sUnloadCallout);
9327 thread_call_cancel(sUnloadCallout);

12