Home
last modified time | relevance | path

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

/external/pigweed/pw_sync_stl/public/pw_sync_stl/
Dbinary_semaphore_native.h22 struct NativeBinarySemaphore { struct
27 using NativeBinarySemaphoreHandle = NativeBinarySemaphore&; argument
/external/pigweed/pw_sync_freertos/public/pw_sync_freertos/
Dbinary_semaphore_native.h23 using NativeBinarySemaphore = StaticSemaphore_t; variable
24 using NativeBinarySemaphoreHandle = NativeBinarySemaphore&;
/external/pigweed/pw_sync_embos/public/pw_sync_embos/
Dbinary_semaphore_native.h22 using NativeBinarySemaphore = OS_CSEMA; variable
23 using NativeBinarySemaphoreHandle = NativeBinarySemaphore&;
/external/pigweed/pw_sync_threadx/public/pw_sync_threadx/
Dbinary_semaphore_native.h22 using NativeBinarySemaphore = TX_SEMAPHORE; variable
23 using NativeBinarySemaphoreHandle = NativeBinarySemaphore&;
/external/pigweed/pw_sync/public/pw_sync/
Dbinary_semaphore.h90 backend::NativeBinarySemaphore native_type_;