Searched refs:raw_time (Results 1 – 8 of 8) sorted by relevance
/external/grpc-grpc/include/grpcpp/impl/codegen/ |
D | time.h | 43 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
|
D | channel_interface.h | 70 NotifyOnStateChangeImpl(last_observed, deadline_tp.raw_time(), cq, tag); in NotifyOnStateChange() 78 return WaitForStateChangeImpl(last_observed, deadline_tp.raw_time()); in WaitForStateChange()
|
D | server_interface.h | 86 ShutdownInternal(TimePoint<T>(deadline).raw_time()); in Shutdown()
|
D | client_context.h | 231 deadline_ = deadline_tp.raw_time(); in set_deadline()
|
D | completion_queue.h | 190 return AsyncNextInternal(tag, ok, deadline_tp.raw_time()); in AsyncNext()
|
/external/grpc-grpc/include/grpcpp/ |
D | alarm.h | 53 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/ |
D | logger.cc | 43 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/ |
D | op_profile.proto | 73 double raw_time = 11; // Elapsed core-time in picoseconds. field
|