Home
last modified time | relevance | path

Searched defs:NativeMutexHandle (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pigweed/pw_sync_zephyr/public/pw_sync_zephyr/
H A Dmutex_native.h21 using NativeMutexHandle = NativeMutex&; variable
/aosp_15_r20/external/pigweed/pw_sync_embos/public/pw_sync_embos/
H A Dmutex_native.h21 using NativeMutexHandle = NativeMutex&; variable
/aosp_15_r20/external/pigweed/pw_sync_threadx/public/pw_sync_threadx/
H A Dmutex_native.h21 using NativeMutexHandle = NativeMutex&; variable
/aosp_15_r20/external/pigweed/pw_sync_baremetal/public/pw_sync_baremetal/
H A Dmutex_native.h21 using NativeMutexHandle = std::atomic_flag&; variable
/aosp_15_r20/external/pigweed/pw_sync_freertos/public/pw_sync_freertos/
H A Dmutex_native.h22 using NativeMutexHandle = NativeMutex&; variable
/aosp_15_r20/external/pigweed/pw_sync_stl/public/pw_sync_stl/
H A Dmutex_native.h33 using NativeMutexHandle = std::timed_mutex&; variable