Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc9643 Notification::Notification() in Notification() function in testing::internal::Notification
9651 void Notification::Notify() { in Notify()
9655 void Notification::WaitForNotification() { in WaitForNotification()
9791 Notification* thread_can_start) { in CreateThread()
9812 ThreadMainParam(Runnable* runnable, Notification* thread_can_start) in ThreadMainParam()
9818 Notification* thread_can_start_;
9839 Notification* thread_can_start) in ThreadWithParamBase()
Dgtest.h2853 class Notification {
2855 Notification() : notified_(false) {
2858 ~Notification() {
2887 GTEST_DISALLOW_COPY_AND_ASSIGN_(Notification);
2928 class GTEST_API_ Notification {
2930 Notification();
2937 GTEST_DISALLOW_COPY_AND_ASSIGN_(Notification);
2985 ThreadWithParam(UserThreadFunc* func, T param, Notification* thread_can_start)
3016 Notification* const thread_can_start_;
3163 ThreadWithParamBase(Runnable *runnable, Notification* thread_can_start);
[all …]