Searched refs:when (Results 1 - 9 of 9) sorted by relevance

/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSBoolean.h78 * @param when Unused.
82 const int when) const;
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dprofile_prvd.c523 profile_online(void *arg, dtrace_cpu_t *cpu, cyc_handler_t *hdlr, cyc_time_t *when) argument
540 when->cyt_interval = prof->prof_interval;
542 when->cyt_when = dtrace_gethrtime() + when->cyt_interval;
544 when->cyt_when = 0;
547 pcpu->profc_expected = when->cyt_when;
548 pcpu->profc_interval = when->cyt_interval;
573 cyc_time_t when; local
583 when.cyt_interval = prof->prof_interval;
585 when
[all...]
H A Ddtrace_glue.c326 cyc_time_t when; member in struct:wrap_timer_call
342 clock_deadline_for_periodic_event( wrapTC->when.cyt_interval, mach_absolute_time(), &(wrapTC->deadline) );
345 /* Did timer_call_remove_cyclic request a wakeup call when this timer call was re-armed? */
346 if (wrapTC->when.cyt_interval == WAKEUP_REAPER)
351 timer_call_add_cyclic(wrap_timer_call_t *wrapTC, cyc_handler_t *handler, cyc_time_t *when) argument
357 wrapTC->when = *when;
359 nanoseconds_to_absolutetime( wrapTC->when.cyt_interval, (uint64_t *)&wrapTC->when.cyt_interval );
364 clock_deadline_for_periodic_event( wrapTC->when
395 cyclic_timer_add(cyc_handler_t *handler, cyc_time_t *when) argument
482 cyc_time_t when; member in struct:wrap_thread_call
507 cyclic_add(cyc_handler_t *handler, cyc_time_t *when) argument
[all...]
H A Ddtrace.c274 * etc. Importantly, dtrace_lock is _not_ required when in probe context;
278 * (2) dtrace_provider_lock is required when manipulating provider state, or
279 * when provider state must be held constant.
281 * (3) dtrace_meta_lock is required when manipulating meta provider state, or
282 * when meta provider state must be held constant.
699 /* Avoid compiler warnings when assigning regs[rd] = NULL */
775 * that the counter is never zero when we have seen
2207 * value that defaults to 1 when not present. If additional
2926 * ensures that we won't trip up when access checking tests the
4090 * coherence, however, is when th
[all...]
/darwin-on-arm/xnu/libkern/c++/
H A DOSBoolean.cpp86 void OSBoolean::taggedRelease(__unused const void *tag, __unused const int when) const { }
H A DOSObject.cpp160 void OSObject::taggedRelease(const void *tag, const int when) const
198 if ((UInt16) actualCount < when)
237 void OSObject::release(int when) const
239 taggedRelease(0, when);
H A DOSSymbol.cpp569 void OSSymbol::taggedRelease(const void *tag, const int when) const
572 super::taggedRelease(tag, when);
H A DOSMetaClass.cpp443 * is converted to a real OSSymbol only when we record the OSKext in
500 void OSMetaClass::release(__unused int when) const { }
503 void OSMetaClass::taggedRelease(__unused const void * tag, __unused const int when) const { }
H A DOSKext.cpp340 static bool sSystemSleep = false; // true when system going to sleep
1774 * so in this case we log a message when new & existing are equivalent
1784 * take that hit when neither kext is loaded.
3989 * we create one when it's linked.
5971 * and that would cause a panic on OSKext::free() when metaClasses is freed.
6088 /* save a copy of the bundle ID for us to check when deciding to
6366 * kexts are removed from it when unloaded, and we cannot make
6402 AbsoluteTime when; local
6420 1000 * 1000 * 1000, &when);
6431 thread_call_enter_delayed(sUnloadCallout, when);
[all...]

Completed in 138 milliseconds