Home
last modified time | relevance | path

Searched refs:WaitForEvent (Results 1 – 11 of 11) sorted by relevance

/external/libchrome/base/process/
Dprocess_metrics_unittest.cc548 void WaitForEvent(const FilePath& signal_dir, const char* signal_file) { in WaitForEvent() function
584 WaitForEvent(temp_path, kSignalClosed); in TEST()
/external/libchrome/base/threading/
Dsimple_thread_unittest.cc146 TEST(SimpleThreadTest, WaitForEvent) { in TEST() argument
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutor.h143 port::Status WaitForEvent(Stream *stream, Event *event) override { in WaitForEvent() function
/external/tensorflow/tensorflow/stream_executor/host/
Dhost_gpu_executor.h121 port::Status WaitForEvent(Stream *stream, Event *event) override { in WaitForEvent() function
/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_internal.h248 virtual port::Status WaitForEvent(Stream *stream, Event *event) = 0;
Dstream_executor_pimpl.cc766 port::Status StreamExecutor::WaitForEvent(Stream *stream, Event *event) { in WaitForEvent() function in stream_executor::StreamExecutor
767 return implementation_->WaitForEvent(stream, event); in WaitForEvent()
Dstream_executor_pimpl.h580 port::Status WaitForEvent(Stream *stream, Event *event);
Dstream.cc1862 port::Status status = parent_->WaitForEvent(this, event); in ThenWaitFor()
/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_executor.h178 port::Status WaitForEvent(Stream* stream, Event* event) override;
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc592 port::Status GpuExecutor::WaitForEvent(Stream* stream, Event* event) { in WaitForEvent() function in stream_executor::gpu::GpuExecutor
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc711 port::Status GpuExecutor::WaitForEvent(Stream* stream, Event* event) { in WaitForEvent() function in stream_executor::gpu::GpuExecutor