Searched defs:InterruptSpinLock (Results 1 – 7 of 7) sorted by relevance
34 TEST(InterruptSpinLock, LockUnlock) { in TEST() argument43 TEST(InterruptSpinLock, LockUnlockStatic) { in TEST() argument50 TEST(InterruptSpinLock, TryLockUnlock) { in TEST() argument61 TEST(InterruptSpinLock, LockUnlockInC) { in TEST() argument67 TEST(InterruptSpinLock, TryLockUnlockInC) { in TEST() argument
439 InterruptSpinLock section in Critical Section Lock Primitives482 .. cpp:class:: pw::sync::InterruptSpinLock argument563 The InterruptSpinLock must be created in C++, however it can be passed into C using the argument
20 constexpr InterruptSpinLock::InterruptSpinLock() in InterruptSpinLock() function
22 constexpr InterruptSpinLock::InterruptSpinLock() : native_type_() {} in InterruptSpinLock() function
21 constexpr InterruptSpinLock::InterruptSpinLock() : native_type_() {} in InterruptSpinLock() function