Lines Matching refs:ThreadNotification
1057 :cpp:class:`pw::sync::ThreadNotification` and
1060 ThreadNotification section in Signaling Primitives
1064 The :cpp:class:`ThreadNotification` is a synchronization primitive that can be used to
1069 Although only a single thread can block on a :cpp:class:`ThreadNotification`
1089 The :cpp:class:`ThreadNotification` is initialized to being empty (latch is not
1097 :cpp:class:`pw::sync::ThreadNotification` via argument
1127 .. doxygenclass:: pw::sync::ThreadNotification argument
1130 .. cpp:namespace-push:: pw::sync::ThreadNotification
1140 * - :cpp:class:`pw::sync::ThreadNotification::ThreadNotification`
1144 * - :cpp:func:`pw::sync::ThreadNotification::~ThreadNotification`
1178 pw::sync::ThreadNotification new_foo_notification_;
1194 :cpp:class:`ThreadNotification` which offers timeout and deadline based
1330 :cpp:class:`ThreadNotification` instead which can be much more efficient on
1469 :cpp:class:`ThreadNotification` instead which can be much more efficient on
1584 a ``ThreadNotification`` instead, as these do not cause spurious wakeups and