Home
last modified time | relevance | path

Searched refs:thread_can_start_ (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-port.cc490 thread_can_start_(thread_can_start) { in ThreadMainParam()
494 Notification* thread_can_start_; member
500 if (param->thread_can_start_ != nullptr) in ThreadMain()
501 param->thread_can_start_->WaitForNotification(); in ThreadMain()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1308 thread_can_start_(thread_can_start),
1326 if (thread_can_start_ != nullptr) thread_can_start_->WaitForNotification();
1335 Notification* const thread_can_start_;