Home
last modified time | relevance | path

Searched refs:dispatch_time (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/base/platform/
H A Dsemaphore.cc40 dispatch_time(DISPATCH_TIME_NOW, rel_time.InNanoseconds()); in WaitFor()
/third_party/libinput/src/
H A Devdev.c1128 if (libinput->dispatch_time == 0 || in evdev_note_time_delay()
1129 eventtime > libinput->dispatch_time) in evdev_note_time_delay()
1132 tdelta = us2ms(libinput->dispatch_time - eventtime); in evdev_note_time_delay()
H A Dlibinput-private.h162 uint64_t dispatch_time; member
H A Dlibinput.c2197 libinput->dispatch_time = libinput_now(libinput); in libinput_dispatch()
2198 else if (libinput->dispatch_time) in libinput_dispatch()
2199 libinput->dispatch_time = 0; in libinput_dispatch()

Completed in 21 milliseconds