Home
last modified time | relevance | path

Searched defs:Clock (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkTimelineSemaphore.hpp147 const std::chrono::time_point<Clock, Duration> timeout) in wait()
154 const std::chrono::time_point<Clock, Duration> timeout) in wait()
/third_party/benchmark/cmake/
Dsteady_clock.cpp4 typedef std::chrono::steady_clock Clock; in main() typedef
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
Devent.h173 const std::chrono::time_point<Clock, Duration>& timeout) { in wait_until()
209 const std::chrono::time_point<Clock, Duration>& timeout) const { in wait_until()
Dconditionvariable.h160 const std::chrono::time_point<Clock, Duration>& timeout, in wait_until()
Dscheduler.h551 const std::chrono::time_point<Clock, Duration>& timeout, in wait()
565 const std::chrono::time_point<Clock, Duration>& timeout) { in wait()
/third_party/benchmark/src/
Dtimers.cc199 typedef std::chrono::system_clock Clock; in LocalDateTimeString() typedef
/third_party/node/deps/v8/src/base/platform/
Dtime.cc296 class Clock final { class
298 Clock() : initial_ticks_(GetSystemTicks()), initial_time_(GetSystemTime()) {} in Clock() function in v8::base::Clock
/third_party/ffmpeg/fftools/
Dffplay.c143 typedef struct Clock { struct
151 } Clock; argument
/third_party/typescript/tests/baselines/reference/
Dparserharness.js2516 (function (Clock) { argument