Home
last modified time | relevance | path

Searched defs:NativeCountingSemaphore (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pigweed/pw_sync_stl/public/pw_sync_stl/
H A Dcounting_semaphore_native.h22 struct NativeCountingSemaphore { struct
27 using NativeCountingSemaphoreHandle = NativeCountingSemaphore&; argument
/aosp_15_r20/external/pigweed/pw_sync_freertos/public/pw_sync_freertos/
H A Dcounting_semaphore_native.h23 using NativeCountingSemaphore = StaticSemaphore_t; variable
/aosp_15_r20/external/pigweed/pw_sync_embos/public/pw_sync_embos/
H A Dcounting_semaphore_native.h22 using NativeCountingSemaphore = OS_CSEMA; variable
/aosp_15_r20/external/pigweed/pw_sync_threadx/public/pw_sync_threadx/
H A Dcounting_semaphore_native.h22 using NativeCountingSemaphore = TX_SEMAPHORE; variable