Home
last modified time | relevance | path

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

/external/mesa3d/src/vulkan/wsi/
Dwsi_common_queue.h119 uint32_t abs_nsec = now.tv_nsec + timeout % NSEC_PER_SEC; in wsi_queue_pull() local
120 uint64_t abs_sec = now.tv_sec + (abs_nsec / NSEC_PER_SEC) + in wsi_queue_pull()
122 abs_nsec %= NSEC_PER_SEC; in wsi_queue_pull()
128 abstime.tv_nsec = abs_nsec; in wsi_queue_pull()