Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_sync_freertos/public/pw_sync_freertos/
H A Dconfig.h39 inline constexpr UBaseType_t kThreadNotificationIndex = variable
44 static_assert(kThreadNotificationIndex < configTASK_NOTIFICATION_ARRAY_ENTRIES);
48 static_assert(kThreadNotificationIndex == 0);
/aosp_15_r20/external/pigweed/pw_sync_freertos/
H A Dthread_notification.cc31 pw::sync::freertos::config::kThreadNotificationIndex, in WaitForNotification()
87 pw::sync::freertos::config::kThreadNotificationIndex, in release()
107 pw::sync::freertos::config::kThreadNotificationIndex, in release()
H A Dtimed_thread_notification.cc36 pw::sync::freertos::config::kThreadNotificationIndex, in WaitForNotification()
94 nullptr, pw::sync::freertos::config::kThreadNotificationIndex); in try_acquire_until()