Searched refs:GetTimeInMicros (Results 1 – 5 of 5) sorted by relevance
44 *ust = GetTimeInMicros(); in present_fake_get_ust_msc()94 uint64_t now = GetTimeInMicros(); in present_fake_queue_vblank()
61 xwl_present_window->ust = GetTimeInMicros(); in xwl_present_window_get_priv()206 xwl_present_window->ust = GetTimeInMicros(); in xwl_present_msc_bump()
185 extern _X_EXPORT CARD64 GetTimeInMicros(void);
448 GetTimeInMicros(void) in GetTimeInMicros() function483 GetTimeInMicros(void) in GetTimeInMicros() function
3677 os: Fix GetTimeInMicros resolution3681 the callers of GetTimeInMicros want.3684 GetTimeInMicros did not share a clockid.3686 Restore the clockid split to fix the granularity of GetTimeInMicros.10414 os: Always return microseconds from GetTimeInMicros()10416 When a monotonic clock is not available, GetTimeInMicros() returns the57626 os: Actually use the computed clockid in GetTimeInMicros57996 os: Add GetTimeInMicros