Home
last modified time | relevance | path

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

/external/pigweed/pw_sync_stl/public/pw_sync_stl/
Dcounting_semaphore_native.h22 struct NativeCountingSemaphore { struct
27 using NativeCountingSemaphoreHandle = NativeCountingSemaphore&; argument
/external/pigweed/pw_sync_embos/public/pw_sync_embos/
Dcounting_semaphore_native.h22 using NativeCountingSemaphore = OS_CSEMA; variable
23 using NativeCountingSemaphoreHandle = NativeCountingSemaphore&;
/external/pigweed/pw_sync_freertos/public/pw_sync_freertos/
Dcounting_semaphore_native.h23 using NativeCountingSemaphore = StaticSemaphore_t; variable
24 using NativeCountingSemaphoreHandle = NativeCountingSemaphore&;
/external/pigweed/pw_sync_threadx/public/pw_sync_threadx/
Dcounting_semaphore_native.h22 using NativeCountingSemaphore = TX_SEMAPHORE; variable
23 using NativeCountingSemaphoreHandle = NativeCountingSemaphore&;
/external/pigweed/pw_sync/public/pw_sync/
Dcounting_semaphore.h90 backend::NativeCountingSemaphore native_type_;