Home
last modified time | relevance | path

Searched refs:urgency_notification_assert_abstime_threshold (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.1.13/osfmk/i386/
H A DpmCPU.c757 uint64_t urgency_notification_assert_abstime_threshold, urgency_notification_max_recorded; variable
767 boolean_t urgency_assert = (urgency_notification_assert_abstime_threshold != 0); in thread_tell_urgency()
797 …if (__improbable((delta > urgency_notification_assert_abstime_threshold) && !machine_timeout_suspe… in thread_tell_urgency()
H A Di386_init.c983 …onds_to_absolutetime(URGENCY_NOTIFICATION_ASSERT_NS, &urgency_notification_assert_abstime_threshol… in i386_init()
986 &urgency_notification_assert_abstime_threshold, in i386_init()
987 sizeof(urgency_notification_assert_abstime_threshold)); in i386_init()
H A DpmCPU.h162 extern uint64_t urgency_notification_assert_abstime_threshold;