Home
last modified time | relevance | path

Searched refs:notifier_ (Results 1 – 3 of 3) sorted by relevance

/third_party/gn/src/util/
Dmsg_loop.cc35 notifier_.wait(queue_lock, [this]() { in Run()
60 notifier_.notify_one(); in PostTask()
Dmsg_loop.h39 std::condition_variable notifier_; variable
/third_party/protobuf/src/google/protobuf/
Darena_unittest.cc84 SimpleDataType() : notifier_(NULL) {} in SimpleDataType()
85 void SetNotifier(Notifier* notifier) { notifier_ = notifier; } in SetNotifier()
87 if (notifier_ != NULL) { in ~SimpleDataType()
88 notifier_->Notify(); in ~SimpleDataType()
93 Notifier* notifier_; member in google::protobuf::SimpleDataType