Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_scheduler_mix.cpp117 class ScopedLock { class in PtrRWMutex
119 constexpr ScopedLock() : mMutex(nullptr), mIsWriter(false) {} in ScopedLock() function in PtrRWMutex::ScopedLock
121 ScopedLock(PtrRWMutex& m, bool write = true) : mMutex(nullptr) { in ScopedLock() function in PtrRWMutex::ScopedLock
126 ~ScopedLock() { in ~ScopedLock()
132 ScopedLock(const ScopedLock&) = delete;
133 ScopedLock& operator=(const ScopedLock&) = delete;
405 using ScopedLock = ArenaPtrRWMutex::ScopedLock; typedef in ArenaTable
437 ScopedLock lock; in destroy()
459 ScopedLock lock{ arena, true }; in shutdown()
495 void release(ScopedLock& lock) { in release()
[all …]