Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_sync/
H A 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
H A Ddocs.rst1060 ThreadNotification section in Signaling Primitives
1097 :cpp:class:`pw::sync::ThreadNotification` via argument
1103 Optimized Backend
1127 .. doxygenclass:: pw::sync::ThreadNotification argument
/aosp_15_r20/external/pigweed/pw_sync_freertos/
H A Dthread_notification_test.cc67 TEST(ThreadNotification, AcquireWithoutSuspend) { in TEST() argument
90 TEST(ThreadNotification, AcquireWithSuspend) { in TEST() argument
/aosp_15_r20/external/pigweed/pw_sync_freertos/public/pw_sync_freertos/
H A Dthread_notification_inline.h32 inline ThreadNotification::ThreadNotification() in ThreadNotification() function
/aosp_15_r20/external/pigweed/pw_sync_zephyr/public/pw_sync_zephyr/
H A Dthread_notification_inline.h24 inline ThreadNotification::ThreadNotification() : native_type_() {} in ThreadNotification() function
/aosp_15_r20/external/pigweed/pw_sync/public/pw_sync/backends/
H A Dbinary_semaphore_thread_notification_inline.h20 inline ThreadNotification::ThreadNotification() : native_type_() {} in ThreadNotification() function