Home
last modified time | relevance | path

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

/external/pigweed/pw_sync_freertos/
Dthread_notification_test.cc43 void WaitUntilRunning() { started_notification_.acquire(); } in WaitUntilRunning()
54 started_notification_.release(); in Run()
61 ThreadNotification started_notification_; member in pw::sync::freertos::NotificationAcquirer
Dtimed_thread_notification_test.cc43 void WaitUntilRunning() { started_notification_.acquire(); } in WaitUntilRunning()
54 started_notification_.release(); in Run()
63 TimedThreadNotification started_notification_; member in pw::sync::freertos::NotificationAcquirer