Home
last modified time | relevance | path

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

/external/grpc-grpc/include/grpcpp/impl/codegen/
Dtime.h43 gpr_timespec raw_time() { in raw_time() function
56 gpr_timespec raw_time() { return time_; } in raw_time() function
81 gpr_timespec raw_time() const { return time_; } in raw_time() function
Dchannel_interface.h70 NotifyOnStateChangeImpl(last_observed, deadline_tp.raw_time(), cq, tag); in NotifyOnStateChange()
78 return WaitForStateChangeImpl(last_observed, deadline_tp.raw_time()); in WaitForStateChange()
Dserver_interface.h86 ShutdownInternal(TimePoint<T>(deadline).raw_time()); in Shutdown()
Dclient_context.h231 deadline_ = deadline_tp.raw_time(); in set_deadline()
Dcompletion_queue.h190 return AsyncNextInternal(tag, ok, deadline_tp.raw_time()); in AsyncNext()
/external/grpc-grpc/include/grpcpp/
Dalarm.h53 SetInternal(cq, TimePoint<T>(deadline).raw_time(), tag); in Alarm()
62 SetInternal(cq, TimePoint<T>(deadline).raw_time(), tag); in Set()
93 alarm_->SetInternal(TimePoint<T>(deadline).raw_time(), std::move(f)); in Set()
/external/stressapptest/src/
Dlogger.cc43 time_t raw_time; in VLogF() local
44 time(&raw_time); in VLogF()
46 localtime_r(&raw_time, &time_struct); in VLogF()
/external/tensorflow/tensorflow/core/profiler/
Dop_profile.proto73 double raw_time = 11; // Elapsed core-time in picoseconds. field