Searched refs:dispatch_time (Results 1 – 5 of 5) sorted by relevance
223 if (dispatch_semaphore_wait(compilerSemaphore, dispatch_time(DISPATCH_TIME_NOW, 100000))) {252 if (dispatch_semaphore_wait(pipelineSemaphore, dispatch_time(DISPATCH_TIME_NOW, 500000))) {
190 if (dispatch_semaphore_wait(semaphore, dispatch_time(DISPATCH_TIME_NOW, kTimeoutNS))) {225 if (dispatch_semaphore_wait(semaphore, dispatch_time(DISPATCH_TIME_NOW, kTimeoutNS))) {
1111 if (libinput->dispatch_time == 0 || in evdev_note_time_delay()1112 eventtime > libinput->dispatch_time) in evdev_note_time_delay()1115 tdelta = us2ms(libinput->dispatch_time - eventtime); in evdev_note_time_delay()
160 uint64_t dispatch_time; member
2196 libinput->dispatch_time = libinput_now(libinput); in libinput_dispatch()2197 else if (libinput->dispatch_time) in libinput_dispatch()2198 libinput->dispatch_time = 0; in libinput_dispatch()