Home
last modified time | relevance | path

Searched defs:WaitForEvent (Results 1 – 8 of 8) sorted by relevance

/external/libchrome/base/threading/
Dsimple_thread_unittest.cc146 TEST(SimpleThreadTest, WaitForEvent) { in TEST() argument
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutor.h144 port::Status WaitForEvent(Stream *stream, Event *event) override { in WaitForEvent() function
/external/libchrome/base/process/
Dprocess_metrics_unittest.cc548 void WaitForEvent(const FilePath& signal_dir, const char* signal_file) { in WaitForEvent() function
/external/tensorflow/tensorflow/stream_executor/host/
Dhost_gpu_executor.cc223 port::Status HostExecutor::WaitForEvent(Stream *stream, Event *event) { in WaitForEvent() function in stream_executor::host::HostExecutor
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc683 port::Status GpuExecutor::WaitForEvent(Stream* stream, Event* event) { in WaitForEvent() function in stream_executor::gpu::GpuExecutor
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc586 port::Status GpuExecutor::WaitForEvent(Stream* stream, Event* event) { in WaitForEvent() function in stream_executor::gpu::GpuExecutor
/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_pimpl.cc743 port::Status StreamExecutor::WaitForEvent(Stream *stream, Event *event) { in WaitForEvent() function in stream_executor::StreamExecutor
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/
Dgrpc_tpu_driver.cc564 absl::optional<Status> GrpcTpuStream::WaitForEvent(EventId id, in WaitForEvent() function in tpu_driver::__anon708f55650111::GrpcTpuStream