Home
last modified time | relevance | path

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

/xnu-8792.41.9/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-8792.41.9/bsd/netinet/
H A Dmptcp_timer.c341 ret = thread_call_cancel(mpte->mpte_time_thread); in mptcp_cancel_urgency_timer()
352 ret = thread_call_cancel(mpte->mpte_stop_urgency); in mptcp_cancel_urgency_timer()
/xnu-8792.41.9/osfmk/kern/
H A Dmk_timer.c142 if (thread_call_cancel(&timer->mkt_thread_call)) { in mk_timer_port_destroy()
366 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 Dthread_call.c1390 thread_call_cancel(thread_call_t call) in thread_call_cancel() function
/xnu-8792.41.9/bsd/net/
H A Ddevtimer.c227 if (thread_call_cancel(timer->dt_callout)) { in devtimer_cancel()
H A Dif_llatbl.c546 if (thread_call_cancel(lle->lle_timer) == TRUE) { in lltable_free()
H A Dbpf.c724 return thread_call_cancel(d->bd_thread_call); in bpf_stop_timer()
/xnu-8792.41.9/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.c1490 thread_call_cancel(sustained_pressure_handler_thread_call); in memorystatus_update_vm_pressure()
1580 thread_call_cancel(memorystatus_notify_update_telemetry_thread_call); in memorystatus_update_vm_pressure()
H A Dkern_memorystatus.c1910 thread_call_cancel(memorystatus_idle_demotion_call); in memorystatus_reschedule_idle_demotion_locked()
H A Dkern_event.c1644 thread_call_cancel(kn->kn_thcall); in filt_timerfire_immediate()
/xnu-8792.41.9/iokit/Kernel/
H A DIOTimerEventSource.cpp356 …ad_call_cancel(tc) ((kActive & flags) ? thread_call_cancel_wait((tc)) : thread_call_cancel((tc)))
H A DIOServicePM.cpp542 thread_call_cancel(fWatchdogTimer); in PMfree()
558 thread_call_cancel(fSettleTimer); in PMfree()
564 thread_call_cancel(fAckTimer); in PMfree()
569 thread_call_cancel(fIdleTimer); in PMfree()
798 if (fIdleTimer && thread_call_cancel(fIdleTimer)) { in handlePMstop()
5151 if (fIdleTimer && thread_call_cancel(fIdleTimer)) { in ParentChangeRootChangeDown()
5673 thread_call_cancel(fWatchdogTimer); in stop_watchdog_timer()
5748 thread_call_cancel(fWatchdogTimer); in reset_watchdog_timer()
5827 pending = thread_call_cancel(fAckTimer); in stop_ack_timer()
H A DIOHibernateIO.cpp485 thread_call_cancel(gIOHibernateTrimCalloutEntry); in IOHibernateSystemSleep()
1425 thread_call_cancel(gIOHibernateTrimCalloutEntry); in IOHibernateSystemPostWake()
1432 thread_call_cancel(gIOHibernateTrimCalloutEntry); in IOHibernateSystemPostWake()
H A DIOPMrootDomain.cpp2589 thread_call_cancel(extraSleepTimer); in cancelIdleSleepTimer()
8421 thread_call_cancel(fullWakeThreadCall); in handlePowerNotification()
H A DIOService.cpp4419 thread_call_cancel(fUserServerAckTimer); in serverAck()
/xnu-8792.41.9/bsd/nfs/
H A Dnfs_syscalls.c764 thread_call_cancel(nfsrv_idlesock_timer_call); in nfssvc_addsock()
791 thread_call_cancel(nfsrv_idlesock_timer_call); in nfssvc_addsock()
/xnu-8792.41.9/bsd/dev/dtrace/
H A Ddtrace_glue.c553 while (!thread_call_cancel(wrapTC->TChdl)) { in cyclic_remove()
/xnu-8792.41.9/bsd/pthread/
H A Dpthread_workqueue.c2159 thread_call_cancel(wq->wq_immediate_call); in workq_mark_exiting()
2162 thread_call_cancel(wq->wq_delayed_call); in workq_mark_exiting()
2165 thread_call_cancel(wq->wq_death_call); in workq_mark_exiting()
/xnu-8792.41.9/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-8792.41.9/bsd/miscfs/specfs/
H A Dspec_vnops.c1127 if (thread_call_cancel(info->throttle_timer_call) == FALSE) { in throttle_timer_start()
/xnu-8792.41.9/osfmk/vm/
H A Dvm_shared_region.c485 cancelled = thread_call_cancel(shared_region->sr_timer_call); in vm_shared_region_reference_locked()
/xnu-8792.41.9/libkern/c++/
H A DOSKext.cpp1667 thread_call_cancel(sUnloadCallout); in setAutounloadsEnabled()
9008 thread_call_cancel(sUnloadCallout);
9062 thread_call_cancel(sUnloadCallout);
/xnu-8792.41.9/bsd/netinet6/
H A Din6.c4681 if (thread_call_cancel(lle->lle_timer) == TRUE) { in in6_lltable_free_entry()