Searched refs:WaitForEvent (Results 1 – 11 of 11) sorted by relevance
/external/libchrome/base/process/ |
D | process_metrics_unittest.cc | 548 void WaitForEvent(const FilePath& signal_dir, const char* signal_file) { in WaitForEvent() function 584 WaitForEvent(temp_path, kSignalClosed); in TEST()
|
/external/libchrome/base/threading/ |
D | simple_thread_unittest.cc | 146 TEST(SimpleThreadTest, WaitForEvent) { in TEST() argument
|
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/ |
D | executor.h | 143 port::Status WaitForEvent(Stream *stream, Event *event) override { in WaitForEvent() function
|
/external/tensorflow/tensorflow/stream_executor/host/ |
D | host_gpu_executor.h | 121 port::Status WaitForEvent(Stream *stream, Event *event) override { in WaitForEvent() function
|
/external/tensorflow/tensorflow/stream_executor/ |
D | stream_executor_internal.h | 248 virtual port::Status WaitForEvent(Stream *stream, Event *event) = 0;
|
D | stream_executor_pimpl.cc | 766 port::Status StreamExecutor::WaitForEvent(Stream *stream, Event *event) { in WaitForEvent() function in stream_executor::StreamExecutor 767 return implementation_->WaitForEvent(stream, event); in WaitForEvent()
|
D | stream_executor_pimpl.h | 580 port::Status WaitForEvent(Stream *stream, Event *event);
|
D | stream.cc | 1862 port::Status status = parent_->WaitForEvent(this, event); in ThenWaitFor()
|
/external/tensorflow/tensorflow/stream_executor/gpu/ |
D | gpu_executor.h | 178 port::Status WaitForEvent(Stream* stream, Event* event) override;
|
/external/tensorflow/tensorflow/stream_executor/rocm/ |
D | rocm_gpu_executor.cc | 592 port::Status GpuExecutor::WaitForEvent(Stream* stream, Event* event) { in WaitForEvent() function in stream_executor::gpu::GpuExecutor
|
/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cuda_gpu_executor.cc | 711 port::Status GpuExecutor::WaitForEvent(Stream* stream, Event* event) { in WaitForEvent() function in stream_executor::gpu::GpuExecutor
|