Home
last modified time | relevance | path

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

/external/pigweed/pw_sync_threadx/public/pw_sync_threadx/
Dmutex_native.h20 using NativeMutex = TX_MUTEX; variable
21 using NativeMutexHandle = NativeMutex&;
/external/pigweed/pw_sync_freertos/public/pw_sync_freertos/
Dmutex_native.h21 using NativeMutex = StaticSemaphore_t; variable
22 using NativeMutexHandle = NativeMutex&;
/external/pigweed/pw_sync_embos/public/pw_sync_embos/
Dmutex_native.h20 using NativeMutex = OS_RSEMA; variable
21 using NativeMutexHandle = NativeMutex&;
/external/pigweed/pw_sync_stl/public/pw_sync_stl/
Dmutex_native.h20 using NativeMutex = std::timed_mutex; variable
/external/pigweed/pw_sync/public/pw_sync/
Dmutex.h73 backend::NativeMutex native_type_;