Searched refs:thread_call_free (Results 1 - 18 of 18) sorted by relevance

/darwin-on-arm/xnu/osfmk/chud/
H A Dchud_osfmk_callback.c82 thread_call_free((thread_call_t)timer);
/darwin-on-arm/xnu/osfmk/kern/
H A Dthread_call.h194 @function thread_call_free
197 or thread_call_allocate_with_priority. Once thread_call_free has been called,
199 currently pending, thread_call_free will return FALSE and will have no effect.
200 Calling thread_call_free from a thread call's own callback is safe; the work
205 extern boolean_t thread_call_free(
H A Dthread_call.c752 * thread_call_free:
759 thread_call_free( function
H A Dtask_policy.c1656 thread_call_free(savecallt);
/darwin-on-arm/xnu/bsd/net/
H A Ddevtimer.c115 thread_call_free(timer->dt_callout);
H A Dbpf.c782 thread_call_free(d->bd_thread_call);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOTimerEventSource.cpp223 thread_call_free((thread_call_t) calloutEntry);
H A DIOServicePM.cpp618 thread_call_free(fSettleTimer);
623 thread_call_free(fAckTimer);
628 thread_call_free(fIdleTimer);
632 thread_call_free(fDriverCallEntry);
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace_glue.c556 if (thread_call_free(wrapTC->TChdl))
960 thread_call_free( (thread_call_t) tq );
H A Dfasttrap.c419 thread_call_free(fasttrap_timeout);
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_shared_region.c427 thread_call_free(shared_region->sr_timer_call);
763 thread_call_free(shared_region->sr_timer_call);
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_exit.c773 thread_call_free(p->p_rcall);
1687 thread_call_free(p->p_rcall);
H A Dkern_fork.c1059 thread_call_free(p->p_rcall);
H A Dkern_event.c864 thread_call_free(callout);
H A Dpthread_synch.c1469 thread_call_free(wq->wq_atimer_call);
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsops.c2150 thread_call_free(hfsmp->hfs_syncer);
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_vfsops.c4249 thread_call_free(nmp->nm_renew_timer);
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp6193 if (!thread_call_free(sDestroyLinkContextThread)) {
6197 "thread_call_free() failed for kext link context.");

Completed in 123 milliseconds