Home
last modified time | relevance | path

Searched defs:RecursiveMutex (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pigweed/pw_sync/
H A Drecursive_mutex_facade_test.cc34 TEST(RecursiveMutex, LockUnlock) PW_NO_LOCK_SAFETY_ANALYSIS { in TEST() argument
46 TEST(RecursiveMutex, LockUnlockStatic) PW_NO_LOCK_SAFETY_ANALYSIS { in TEST() argument
57 TEST(RecursiveMutex, TryLockUnlock) PW_NO_LOCK_SAFETY_ANALYSIS { in TEST() argument
70 TEST(RecursiveMutex, LockUnlockInC) { in TEST() argument
82 TEST(RecursiveMutex, TryLockUnlockInC) { in TEST() argument
H A Ddocs.rst372 RecursiveMutex section in Critical Section Lock Primitives
/aosp_15_r20/external/pigweed/pw_sync_baremetal/
H A Ddocs.rst31 RecursiveMutex chapter
/aosp_15_r20/external/pigweed/pw_sync_baremetal/public/pw_sync_baremetal/
H A Drecursive_mutex_inline.h23 inline RecursiveMutex::RecursiveMutex() : native_type_(0) {} in RecursiveMutex() function