Home
last modified time | relevance | path

Searched refs:now_ (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/src/core/lib/iomgr/
Dexec_ctx.h201 now_ = GRPC_MILLIS_INF_FUTURE; in SetNowIomgrShutdown()
209 now_ = new_val; in TestOnlySetNow()
252 grpc_millis now_ = 0; variable
Dexec_ctx.cc166 now_ = timespec_to_millis_round_down(gpr_now(GPR_CLOCK_MONOTONIC)); in Now()
169 return now_; in Now()
/third_party/ninja/src/
Dtest.h135 VirtualFileSystem() : now_(1) {} in VirtualFileSystem()
143 return ++now_; in Tick()
168 int now_; member
Dtest.cc145 files_[path].mtime = now_; in Create()
Dbuild_test.cc662 (edge->rule().name() == "touch-fail-tick2" && fs_->now_ == 2)) in WaitForCommand()