Home
last modified time | relevance | path

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

/xnu-10063.141.1/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-10063.141.1/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-10063.141.1/osfmk/kern/
H A Dmk_timer.c136 if (thread_call_cancel(&timer->mkt_thread_call)) { in mk_timer_port_destroy()
361 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.c338 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-10063.141.1/bsd/net/
H A Ddevtimer.c227 if (thread_call_cancel(timer->dt_callout)) { in devtimer_cancel()
H A Dbpf.c936 return thread_call_cancel(d->bd_thread_call); in bpf_stop_timer()
/xnu-10063.141.1/bsd/kern/
H A Dkern_time.c442 if (thread_call_cancel(p->p_rcall)) { in setitimer()
639 if (thread_call_cancel(p->p_rcall)) { in proc_free_realitimer()
H A Dkern_memorystatus_notify.c1491 thread_call_cancel(sustained_pressure_handler_thread_call); in memorystatus_update_vm_pressure()
1581 thread_call_cancel(memorystatus_notify_update_telemetry_thread_call); in memorystatus_update_vm_pressure()
H A Duipc_mbuf.c8063 thread_call_cancel(mbuf_drain_tcall);
8068 thread_call_cancel(mbuf_defunct_tcall);
H A Dkern_memorystatus.c2010 thread_call_cancel(memorystatus_idle_demotion_call); in memorystatus_reschedule_idle_demotion_locked()
H A Dkern_event.c1688 thread_call_cancel(kn->kn_thcall); in filt_timerfire_immediate()
/xnu-10063.141.1/iokit/Kernel/
H A DIOTimerEventSource.cpp356 …ad_call_cancel(tc) ((kActive & flags) ? thread_call_cancel_wait((tc)) : thread_call_cancel((tc)))
H A DIOServicePM.cpp554 thread_call_cancel(fWatchdogTimer); in PMfree()
570 thread_call_cancel(fSettleTimer); in PMfree()
576 thread_call_cancel(fAckTimer); in PMfree()
581 thread_call_cancel(fIdleTimer); in PMfree()
814 if (fIdleTimer && thread_call_cancel(fIdleTimer)) { in handlePMstop()
4377 pending = thread_call_cancel(fDriverCallTimer); in stopDriverCalloutTimer()
5211 if (fIdleTimer && thread_call_cancel(fIdleTimer)) { in ParentChangeRootChangeDown()
5733 thread_call_cancel(fWatchdogTimer); in stop_watchdog_timer()
5808 thread_call_cancel(fWatchdogTimer); in reset_watchdog_timer()
5887 pending = thread_call_cancel(fAckTimer); in stop_ack_timer()
H A DIOHibernateIO.cpp489 thread_call_cancel(gIOHibernateTrimCalloutEntry); in IOHibernateSystemSleep()
1430 thread_call_cancel(gIOHibernateTrimCalloutEntry); in IOHibernateSystemPostWake()
1437 thread_call_cancel(gIOHibernateTrimCalloutEntry); in IOHibernateSystemPostWake()
H A DIOPMrootDomain.cpp2596 thread_call_cancel(extraSleepTimer); in cancelIdleSleepTimer()
8518 thread_call_cancel(fullWakeThreadCall);
H A DIOService.cpp4460 thread_call_cancel(fUserServerAckTimer); in serverAck()
/xnu-10063.141.1/bsd/nfs/
H A Dnfs_syscalls.c799 thread_call_cancel(nfsrv_idlesock_timer_call); in nfssvc_addsock()
826 thread_call_cancel(nfsrv_idlesock_timer_call); in nfssvc_addsock()
/xnu-10063.141.1/bsd/dev/dtrace/
H A Ddtrace_glue.c553 while (!thread_call_cancel(wrapTC->TChdl)) { in cyclic_remove()
/xnu-10063.141.1/bsd/pthread/
H A Dpthread_workqueue.c2168 thread_call_cancel(wq->wq_immediate_call); in workq_mark_exiting()
2171 thread_call_cancel(wq->wq_delayed_call); in workq_mark_exiting()
2174 thread_call_cancel(wq->wq_death_call); in workq_mark_exiting()
/xnu-10063.141.1/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-10063.141.1/bsd/miscfs/specfs/
H A Dspec_vnops.c1172 if (thread_call_cancel(info->throttle_timer_call) == FALSE) { in throttle_timer_start()
/xnu-10063.141.1/osfmk/vm/
H A Dvm_shared_region.c489 cancelled = thread_call_cancel(shared_region->sr_timer_call); in vm_shared_region_reference_locked()
/xnu-10063.141.1/libkern/c++/
H A DOSKext.cpp1852 thread_call_cancel(sUnloadCallout); in setAutounloadsEnabled()
9245 thread_call_cancel(sUnloadCallout);
9299 thread_call_cancel(sUnloadCallout);