Home
last modified time | relevance | path

Searched defs:clock_type (Results 1 – 25 of 51) sorted by relevance

123

/third_party/grpc/src/core/lib/gpr/
Dtime.cc110 gpr_timespec gpr_time_from_nanos(int64_t ns, gpr_clock_type clock_type) { in gpr_time_from_nanos()
114 gpr_timespec gpr_time_from_micros(int64_t us, gpr_clock_type clock_type) { in gpr_time_from_micros()
118 gpr_timespec gpr_time_from_millis(int64_t ms, gpr_clock_type clock_type) { in gpr_time_from_millis()
122 gpr_timespec gpr_time_from_seconds(int64_t s, gpr_clock_type clock_type) { in gpr_time_from_seconds()
126 gpr_timespec gpr_time_from_minutes(int64_t m, gpr_clock_type clock_type) { in gpr_time_from_minutes()
130 gpr_timespec gpr_time_from_hours(int64_t h, gpr_clock_type clock_type) { in gpr_time_from_hours()
239 gpr_timespec gpr_convert_clock_type(gpr_timespec t, gpr_clock_type clock_type) { in gpr_convert_clock_type()
Dtime_posix.cc48 gpr_clock_type clock_type) { in gpr_from_timespec()
67 static gpr_timespec now_impl(gpr_clock_type clock_type) { in now_impl()
149 gpr_timespec gpr_now(gpr_clock_type clock_type) { in gpr_now()
Dtime_windows.cc73 gpr_timespec gpr_now(gpr_clock_type clock_type) { in gpr_now()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dclockselect.c30 guint clock_type; in GST_START_TEST() local
54 guint clock_type; in GST_START_TEST() local
78 guint clock_type; in GST_START_TEST() local
/third_party/boost/libs/coroutine2/performance/
Dclock.hpp19 typedef boost::chrono::high_resolution_clock clock_type; typedef
/third_party/boost/libs/context/performance/
Dclock.hpp19 typedef boost::chrono::high_resolution_clock clock_type; typedef
/third_party/boost/libs/fiber/performance/
Dclock.hpp19 typedef std::chrono::steady_clock clock_type; typedef
/third_party/boost/libs/coroutine/performance/
Dclock.hpp19 typedef boost::chrono::high_resolution_clock clock_type; typedef
/third_party/boost/libs/beast/test/extras/include/boost/beast/test/
Dthroughput.hpp22 using clock_type = typedef in boost::beast::test::timer
/third_party/grpc/include/grpc/impl/codegen/
Dgpr_types.h52 gpr_clock_type clock_type; member
/third_party/boost/libs/fiber/performance/thread/
Dskynet_async.cpp29 using clock_type = std::chrono::steady_clock; typedef
Dskynet_std.cpp16 using clock_type = std::chrono::steady_clock; typedef
Dskynet_pthread.cpp21 using clock_type = std::chrono::steady_clock; typedef
/third_party/boost/boost/thread/
Dxtime.hpp70 inline int xtime_get(struct ::boost::xtime* xtp, int clock_type) in xtime_get()
/third_party/gstreamer/gstplugins_good/ext/raw1394/
Dgst1394clock.c45 static GType clock_type = 0; in gst_1394_clock_get_type() local
/third_party/boost/libs/fiber/performance/fiber/
Dskynet_detach.cpp26 using clock_type = std::chrono::steady_clock; typedef
Dskynet_join.cpp26 using clock_type = std::chrono::steady_clock; typedef
Dskynet_stealing_async.cpp31 using clock_type = std::chrono::steady_clock; typedef
Dskynet_stealing_detach.cpp31 using clock_type = std::chrono::steady_clock; typedef
Dskynet_stealing_join.cpp31 using clock_type = std::chrono::steady_clock; typedef
Dskynet_shared_detach.cpp32 using clock_type = std::chrono::steady_clock; typedef
Dskynet_shared_join.cpp32 using clock_type = std::chrono::steady_clock; typedef
/third_party/alsa-lib/test/
Drawmidi.c41 int clock_type = -1; in main() local
/third_party/boost/libs/beast/test/bench/utf8_checker/
Dbench_utf8_checker.cpp36 using clock_type = typedef in boost::beast::utf8_checker_test::timer
/third_party/boost/libs/beast/include/boost/beast/core/detail/
Dstream_base.hpp37 using clock_type = std::chrono::steady_clock; typedef

123