Home
last modified time | relevance | path

Searched defs:NativeMutex (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pigweed/pw_sync_stl/public/pw_sync_stl/
H A Dmutex_native.h24 struct NativeMutex { struct
33 using NativeMutexHandle = std::timed_mutex&; argument
/aosp_15_r20/external/pigweed/pw_sync_embos/public/pw_sync_embos/
H A Dmutex_native.h20 using NativeMutex = OS_RSEMA; variable
/aosp_15_r20/external/pigweed/pw_sync_threadx/public/pw_sync_threadx/
H A Dmutex_native.h20 using NativeMutex = TX_MUTEX; variable
/aosp_15_r20/external/pigweed/pw_sync_baremetal/public/pw_sync_baremetal/
H A Dmutex_native.h20 using NativeMutex = std::atomic_flag; variable
/aosp_15_r20/external/pigweed/pw_sync_freertos/public/pw_sync_freertos/
H A Dmutex_native.h21 using NativeMutex = StaticSemaphore_t; variable