Searched refs:next_callback (Results 1 – 2 of 2) sorted by relevance
114 m.next_callback = kCallProcessImmediately; in WakeUp()216 if (m.next_callback == 0) in Process()217 m.next_callback = GetNextCallbackTime(m.module, now); in Process()219 if (m.next_callback <= now || in Process()220 m.next_callback == kCallProcessImmediately) { in Process()231 m.next_callback = GetNextCallbackTime(m.module, new_now); in Process()234 if (m.next_callback < next_checkpoint) in Process()235 next_checkpoint = m.next_callback; in Process()
63 int64_t next_callback = 0; // Absolute timestamp. member