Home
last modified time | relevance | path

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

12

/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/gpr/
Dtime.cc115 gpr_timespec gpr_time_from_nanos(int64_t ns, gpr_clock_type clock_type) { in gpr_time_from_nanos()
119 gpr_timespec gpr_time_from_micros(int64_t us, gpr_clock_type clock_type) { in gpr_time_from_micros()
123 gpr_timespec gpr_time_from_millis(int64_t ms, gpr_clock_type clock_type) { in gpr_time_from_millis()
127 gpr_timespec gpr_time_from_seconds(int64_t s, gpr_clock_type clock_type) { in gpr_time_from_seconds()
131 gpr_timespec gpr_time_from_minutes(int64_t m, gpr_clock_type clock_type) { in gpr_time_from_minutes()
135 gpr_timespec gpr_time_from_hours(int64_t h, gpr_clock_type clock_type) { in gpr_time_from_hours()
245 gpr_timespec gpr_convert_clock_type(gpr_timespec t, gpr_clock_type clock_type) { in gpr_convert_clock_type()
/external/grpc-grpc/src/core/lib/gpr/
Dtime.cc115 gpr_timespec gpr_time_from_nanos(int64_t ns, gpr_clock_type clock_type) { in gpr_time_from_nanos()
119 gpr_timespec gpr_time_from_micros(int64_t us, gpr_clock_type clock_type) { in gpr_time_from_micros()
123 gpr_timespec gpr_time_from_millis(int64_t ms, gpr_clock_type clock_type) { in gpr_time_from_millis()
127 gpr_timespec gpr_time_from_seconds(int64_t s, gpr_clock_type clock_type) { in gpr_time_from_seconds()
131 gpr_timespec gpr_time_from_minutes(int64_t m, gpr_clock_type clock_type) { in gpr_time_from_minutes()
135 gpr_timespec gpr_time_from_hours(int64_t h, gpr_clock_type clock_type) { in gpr_time_from_hours()
245 gpr_timespec gpr_convert_clock_type(gpr_timespec t, gpr_clock_type clock_type) { in gpr_convert_clock_type()
/external/grpc-grpc/src/core/lib/gpr/posix/
Dtime.cc49 gpr_clock_type clock_type) { in gpr_from_timespec()
68 static gpr_timespec now_impl(gpr_clock_type clock_type) { in now_impl()
88 gpr_timespec gpr_now(gpr_clock_type clock_type) { in gpr_now()
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/gpr/posix/
Dtime.cc50 gpr_clock_type clock_type) { in gpr_from_timespec()
69 static gpr_timespec now_impl(gpr_clock_type clock_type) { in now_impl()
153 gpr_timespec gpr_now(gpr_clock_type clock_type) { in gpr_now()
/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-core-include/grpc/support/
Dtime.h53 gpr_clock_type clock_type; member
/external/grpc-grpc/include/grpc/support/
Dtime.h53 gpr_clock_type clock_type; member
/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpc/support/
Dtime.h53 gpr_clock_type clock_type; member
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/gpr/windows/
Dtime.cc80 gpr_timespec gpr_now(gpr_clock_type clock_type) { in gpr_now()
/external/grpc-grpc/src/core/lib/gpr/windows/
Dtime.cc80 gpr_timespec gpr_now(gpr_clock_type clock_type) { in gpr_now()
/external/iproute2/include/uapi/linux/hdlc/
Dioctl.h42 unsigned int clock_type; /* internal, external, TX-internal etc. */ member
48 unsigned int clock_type; /* internal, external, TX-internal etc. */ member
/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/
Dxtime.hpp70 inline int xtime_get(struct ::boost::xtime* xtp, int clock_type) in xtime_get()
/external/kernel-headers/original/uapi/linux/hdlc/
Dioctl.h42 unsigned int clock_type; /* internal, external, TX-internal etc. */ member
48 unsigned int clock_type; /* internal, external, TX-internal etc. */ member
/external/libnl/include/linux-private/linux/hdlc/
Dioctl.h42 unsigned int clock_type; /* internal, external, TX-internal etc. */ member
48 unsigned int clock_type; /* internal, external, TX-internal etc. */ member
/external/ethtool/uapi/linux/hdlc/
Dioctl.h42 unsigned int clock_type; /* internal, external, TX-internal etc. */ member
48 unsigned int clock_type; /* internal, external, TX-internal etc. */ member
/external/linux-kselftest/tools/testing/selftests/timers/
Dinconsistency-check.c94 int consistency_test(int clock_type, unsigned long seconds) in consistency_test()
/external/coreboot/src/vendorcode/cavium/bdk/libbdk-hal/
Dbdk-usb.c273 int bdk_usb_initialize(bdk_node_t node, int usb_port, bdk_usb_clock_t clock_type) in bdk_usb_initialize()
/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/
Dchrono_time_traits.hpp38 typedef Clock clock_type; typedef
/external/grpc-grpc/test/core/transport/chttp2/
Dhpack_parser_input_size_fuzzer.cc147 gpr_now_impl = [](gpr_clock_type clock_type) { in LLVMFuzzerTestOneInput()
/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/
Dbasic_socket_iostream.hpp165 typedef Clock clock_type; typedef in boost::asio::basic_socket_iostream
Dbasic_socket_streambuf.hpp169 typedef Clock clock_type; typedef in boost::asio::basic_socket_streambuf
/external/grpc-grpc/src/core/lib/gprpp/
Dtime.cc105 gpr_timespec MillisecondsAsTimespec(int64_t millis, gpr_clock_type clock_type) { in MillisecondsAsTimespec()
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/gprpp/
Dtime.cc106 gpr_timespec MillisecondsAsTimespec(int64_t millis, gpr_clock_type clock_type) { in MillisecondsAsTimespec()
/external/grpc-grpc/test/core/transport/
Dbdp_estimator_test.cc41 gpr_timespec fake_gpr_now(gpr_clock_type clock_type) { in fake_gpr_now()
/external/grpc-grpc/test/core/event_engine/fuzzing_event_engine/
Dfuzzing_event_engine.cc136 gpr_timespec FuzzingEventEngine::NowAsTimespec(gpr_clock_type clock_type) { in NowAsTimespec()
608 gpr_timespec FuzzingEventEngine::GlobalNowImpl(gpr_clock_type clock_type) { in GlobalNowImpl()
/external/crosvm/net_sys/src/
Diff.rs17 pub clock_type: ::std::os::raw::c_uint, field
24 pub clock_type: ::std::os::raw::c_uint, field

12