Searched refs:DeallocateTimer (Results 1 – 9 of 9) sorted by relevance
30 Timer::~Timer() { parent_->DeallocateTimer(this); } in ~Timer()
254 virtual void DeallocateTimer(Timer *timer) = 0;
800 void StreamExecutor::DeallocateTimer(Timer *timer) { in DeallocateTimer() function in stream_executor::StreamExecutor801 return implementation_->DeallocateTimer(timer); in DeallocateTimer()
601 void DeallocateTimer(Timer *subject);
156 void DeallocateTimer(Timer *timer) override {} in DeallocateTimer() function
136 void DeallocateTimer(Timer *timer) override {} in DeallocateTimer() function
166 void DeallocateTimer(Timer* timer) override;
624 void GpuExecutor::DeallocateTimer(Timer* timer) { in DeallocateTimer() function in stream_executor::gpu::GpuExecutor
743 void GpuExecutor::DeallocateTimer(Timer* timer) { in DeallocateTimer() function in stream_executor::gpu::GpuExecutor