Home
last modified time | relevance | path

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

/frameworks/native/libs/tracing_perfetto/tests/
Dutils.h53 notified_ = true; in Notify()
58 cv_.wait(lock, [this] { return notified_; }); in WaitForNotification()
59 return notified_; in WaitForNotification()
63 return notified_; in IsNotified()
69 bool notified_ = false; variable