Home
last modified time | relevance | path

Searched refs:current_timespec (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_android.cpp182 struct timespec current_timespec; in ImGui_ImplAndroid_NewFrame() local
183 clock_gettime(CLOCK_MONOTONIC, &current_timespec); in ImGui_ImplAndroid_NewFrame()
184 double current_time = (double)(current_timespec.tv_sec) + (current_timespec.tv_nsec / 1000000000.0); in ImGui_ImplAndroid_NewFrame()
/third_party/ltp/testcases/open_posix_testsuite/functional/threads/schedule/
H A D1-1.c87 struct timespec start_timespec, current_timespec; in low_prio_thread() local
102 clock_gettime(CLOCK_REALTIME, &current_timespec); in low_prio_thread()
103 if (timediff(current_timespec, start_timespec) > RUNTIME) in low_prio_thread()

Completed in 1 milliseconds