Searched refs:thread_call_cancel (Results 1 - 20 of 20) sorted by relevance

/darwin-on-arm/xnu/osfmk/chud/
H A Dchud_osfmk_callback.c74 thread_call_cancel((thread_call_t)timer);
81 thread_call_cancel((thread_call_t)timer);
/darwin-on-arm/xnu/osfmk/kern/
H A Dthread_call.h134 @function thread_call_cancel
140 thread_call_cancel will return FALSE immediately; the callback may be
144 extern boolean_t thread_call_cancel(
H A Dmk_timer.c115 if (thread_call_cancel(&timer->call_entry))
320 if (thread_call_cancel(&timer->call_entry))
H A Dthread_call.c920 * thread_call_cancel:
928 thread_call_cancel( function
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOTimerEventSource.cpp236 bool active = thread_call_cancel((thread_call_t) calloutEntry);
256 bool active = thread_call_cancel((thread_call_t) calloutEntry);
H A DIOServicePM.cpp617 thread_call_cancel(fSettleTimer);
622 thread_call_cancel(fAckTimer);
627 thread_call_cancel(fIdleTimer);
857 if (fIdleTimer && thread_call_cancel(fIdleTimer))
4840 if (fIdleTimer && thread_call_cancel(fIdleTimer))
5127 pending = thread_call_cancel(fAckTimer);
H A DIOPMrootDomain.cpp1943 thread_call_cancel(extraSleepTimer);
/darwin-on-arm/xnu/bsd/net/
H A Ddevtimer.c245 if (thread_call_cancel(timer->dt_callout)) {
H A Dbpf.c613 return (thread_call_cancel(d->bd_thread_call));
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_time.c440 if (thread_call_cancel(p->p_rcall))
H A Dkern_exit.c761 if (thread_call_cancel(p->p_rcall))
1675 if (thread_call_cancel(p->p_rcall))
H A Dkern_event.c792 cancelled = thread_call_cancel(callout);
H A Dpthread_synch.c1401 if (thread_call_cancel(wq->wq_atimer_call) == TRUE)
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace_glue.c546 while (!thread_call_cancel(wrapTC->TChdl)) {
959 thread_call_cancel( (thread_call_t) tq );
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_shared_region.c425 cancelled = thread_call_cancel(shared_region->sr_timer_call);
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp1268 thread_call_cancel(sUnloadCallout);
6417 thread_call_cancel(sUnloadCallout);
6466 thread_call_cancel(sUnloadCallout);
/darwin-on-arm/xnu/osfmk/console/
H A Dvideo_console.c2463 thread_call_cancel(&vc_progress_call);
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsops.c2148 if (thread_call_cancel(hfsmp->hfs_syncer))
2155 * we did thread_call_cancel above, but have not completed yet.
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_socket.c2230 thread_call_cancel(nfs4_callback_timer_call);
H A Dnfs_vfsops.c4248 thread_call_cancel(nmp->nm_renew_timer);

Completed in 304 milliseconds