Home
last modified time | relevance | path

Searched refs:kCountingSemaphoreMaxValue (Results 1 – 5 of 5) sorted by relevance

/external/pigweed/pw_sync_stl/public/pw_sync_stl/
Dcounting_semaphore_native.h29 inline constexpr ptrdiff_t kCountingSemaphoreMaxValue =
/external/pigweed/pw_sync_embos/public/pw_sync_embos/
Dcounting_semaphore_native.h25 inline constexpr ptrdiff_t kCountingSemaphoreMaxValue = variable
/external/pigweed/pw_sync_freertos/public/pw_sync_freertos/
Dcounting_semaphore_native.h26 inline constexpr ptrdiff_t kCountingSemaphoreMaxValue = variable
/external/pigweed/pw_sync_threadx/public/pw_sync_threadx/
Dcounting_semaphore_native.h25 inline constexpr ptrdiff_t kCountingSemaphoreMaxValue = variable
/external/pigweed/pw_sync/public/pw_sync/
Dcounting_semaphore.h83 return backend::kCountingSemaphoreMaxValue; in max()