Home
last modified time | relevance | path

Searched defs:ThreadNotification (Results 1 – 5 of 5) sorted by relevance

/external/pigweed/pw_sync/
Dthread_notification_facade_test.cc23 TEST(ThreadNotification, EmptyInitialState) { in TEST() argument
30 TEST(ThreadNotification, Release) { in TEST() argument
40 TEST(ThreadNotification, EmptyInitialStateStatic) { in TEST() argument
45 TEST(ThreadNotification, ReleaseStatic) { in TEST() argument
Ddocs.rst1039 ThreadNotification section in Signaling Primitives
1076 :cpp:class:`pw::sync::ThreadNotification` via argument
1082 Optimized Backend
1106 .. doxygenclass:: pw::sync::ThreadNotification argument
/external/pigweed/pw_sync_freertos/
Dthread_notification_test.cc67 TEST(ThreadNotification, AcquireWithoutSuspend) { in TEST() argument
89 TEST(ThreadNotification, AcquireWithSuspend) { in TEST() argument
/external/pigweed/pw_sync_freertos/public/pw_sync_freertos/
Dthread_notification_inline.h32 inline ThreadNotification::ThreadNotification() in ThreadNotification() function
/external/pigweed/pw_sync/public/pw_sync/backends/
Dbinary_semaphore_thread_notification_inline.h20 inline ThreadNotification::ThreadNotification() : native_type_() {} in ThreadNotification() function