Home
last modified time | relevance | path

Searched refs:init_done_ (Results 1 – 5 of 5) sorted by relevance

/external/libaom/libaom/test/
Ddecode_test_driver.h45 : cfg_(cfg), flags_(0), init_done_(false) { in Decoder()
50 : cfg_(cfg), flags_(flag), init_done_(false) { in Decoder()
106 if (!init_done_) { in InitOnce()
110 init_done_ = true; in InitOnce()
117 bool init_done_; variable
/external/libvpx/libvpx/test/
Ddecode_test_driver.h42 : cfg_(cfg), flags_(0), init_done_(false) { in Decoder()
47 : cfg_(cfg), flags_(flag), init_done_(false) { in Decoder()
103 if (!init_done_) { in InitOnce()
107 init_done_ = true; in InitOnce()
114 bool init_done_; variable
/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime.h442 Notification init_done_; variable
Dprocess_function_library_runtime.cc72 init_done_.WaitForNotification(); in DistributedInit()
80 init_done_.Notify(); in DistributedInit()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_session.cc283 Notification init_done_; member in tensorflow::MasterSession::ReffedClientGraph
365 init_done_.Notify(); in RegisterPartitions()
368 init_done_.WaitForNotification(); in RegisterPartitions()