Searched refs:AllocateTimer (Results 1 – 9 of 9) sorted by relevance
155 bool AllocateTimer(Timer *timer) override { return true; } in AllocateTimer() function
134 bool AllocateTimer(Timer *timer) override { return true; } in AllocateTimer() function
253 virtual bool AllocateTimer(Timer *timer) = 0;
796 bool StreamExecutor::AllocateTimer(Timer *timer) { in AllocateTimer() function in stream_executor::StreamExecutor797 return implementation_->AllocateTimer(timer); in AllocateTimer()
598 bool AllocateTimer(Timer *subject);
313 CheckError(parent_->AllocateTimer(timer)); in InitTimer()
164 bool AllocateTimer(Timer* timer) override;
620 bool GpuExecutor::AllocateTimer(Timer* timer) { in AllocateTimer() function in stream_executor::gpu::GpuExecutor
739 bool GpuExecutor::AllocateTimer(Timer* timer) { in AllocateTimer() function in stream_executor::gpu::GpuExecutor