Searched refs:RecordStop (Results 1 – 10 of 10) sorted by relevance
247 RecordStop(ctx); in GetNextInternal()255 RecordStop(ctx); in GetNextInternal()467 RecordStop(ctx.get()); in CallFunction()506 auto cleanup = gtl::MakeCleanup([this, ctx] { RecordStop(ctx.get()); }); in RunnerThread()521 RecordStop(ctx.get()); in RunnerThread()
180 RecordStop(ctx); in GetNextInternal()187 RecordStop(ctx); in GetNextInternal()446 auto cleanup = gtl::MakeCleanup([this, ctx] { RecordStop(ctx.get()); }); in PrefetchThread()454 RecordStop(ctx.get()); in PrefetchThread()
365 RecordStop(ctx); in GetNextInternal()414 RecordStop(ctx_.get()); in SaveInternal()740 RecordStop(ctx_.get()); in WorkerManagerThread()773 RecordStop(ctx_.get()); in WorkerManagerThread()810 RecordStop(ctx_.get()); in CurrentWorkerThread()878 RecordStop(ctx_.get()); in FutureWorkerThread()1040 RecordStop(ctx_.get()); in WaitWorkerThread()1388 RecordStop(ctx); in ReadElementsParallel()
202 RecordStop(ctx); in GetNextInternal()403 gtl::MakeCleanup([this, &ctx]() { RecordStop(ctx.get()); }); in RunnerThread()417 RecordStop(ctx.get()); in RunnerThread()
400 RecordStop(ctx); in GetNextInternal()408 RecordStop(ctx); in GetNextInternal()607 RecordStop(ctx.get()); in CallFunction()612 gtl::MakeCleanup([this, ctx] { RecordStop(ctx.get()); }); in CallFunction()742 auto cleanup = gtl::MakeCleanup([this, ctx] { RecordStop(ctx.get()); }); in RunnerThread()759 RecordStop(ctx.get()); in RunnerThread()
391 RecordStop(ctx); in GetNextInternal()713 RecordStop(ctx.get()); in WorkerThread()750 RecordStop(ctx.get()); in WorkerThread()803 RecordStop(ctx.get()); in WorkerThread()863 RecordStop(ctx.get()); in WorkerThread()
132 RecordStop(ctx); in GetNextInternal()
240 RecordStop(ctx); in GetNextInternal()530 gtl::MakeCleanup([this, &ctx]() { RecordStop(ctx.get()); }); in RunnerThread()555 RecordStop(ctx.get()); in RunnerThread()
331 auto cleanup = gtl::MakeCleanup([this, ctx]() { RecordStop(ctx); }); in RunnerThread()
1078 void RecordStop(IteratorContext* ctx) { in RecordStop() function