Home
last modified time | relevance | path

Searched defs:InterruptSpinLock (Results 1 – 7 of 7) sorted by relevance

/external/pigweed/pw_sync/
Dinterrupt_spin_lock_facade_test.cc34 TEST(InterruptSpinLock, LockUnlock) { in TEST() argument
43 TEST(InterruptSpinLock, LockUnlockStatic) { in TEST() argument
50 TEST(InterruptSpinLock, TryLockUnlock) { in TEST() argument
61 TEST(InterruptSpinLock, LockUnlockInC) { in TEST() argument
67 TEST(InterruptSpinLock, TryLockUnlockInC) { in TEST() argument
Ddocs.rst439 InterruptSpinLock section in Critical Section Lock Primitives
482 .. cpp:class:: pw::sync::InterruptSpinLock argument
563 The InterruptSpinLock must be created in C++, however it can be passed into C using the argument
/external/pigweed/pw_sync_freertos/public/pw_sync_freertos/
Dinterrupt_spin_lock_inline.h20 constexpr InterruptSpinLock::InterruptSpinLock() in InterruptSpinLock() function
/external/pigweed/pw_sync_embos/public/pw_sync_embos/
Dinterrupt_spin_lock_inline.h20 constexpr InterruptSpinLock::InterruptSpinLock() in InterruptSpinLock() function
/external/pigweed/pw_sync_threadx/public/pw_sync_threadx/
Dinterrupt_spin_lock_inline.h20 constexpr InterruptSpinLock::InterruptSpinLock() in InterruptSpinLock() function
/external/pigweed/pw_sync_baremetal/public/pw_sync_baremetal/
Dinterrupt_spin_lock_inline.h22 constexpr InterruptSpinLock::InterruptSpinLock() : native_type_() {} in InterruptSpinLock() function
/external/pigweed/pw_sync_stl/public/pw_sync_stl/
Dinterrupt_spin_lock_inline.h21 constexpr InterruptSpinLock::InterruptSpinLock() : native_type_() {} in InterruptSpinLock() function