Home
last modified time | relevance | path

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

/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/utils/
H A Dmutex.h18 template<typename T> using lock_guard_type = std::lock_guard<T>; variable
54 template<typename T> using lock_guard_type = lock_guard<T>; variable
/dports/security/botan2/Botan-2.18.2/src/lib/utils/
H A Dmutex.h18 template<typename T> using lock_guard_type = std::lock_guard<T>; variable
54 template<typename T> using lock_guard_type = lock_guard<T>; variable
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/utils/
H A Dmutex.h18 template<typename T> using lock_guard_type = std::lock_guard<T>; variable
54 template<typename T> using lock_guard_type = lock_guard<T>; variable
/dports/emulators/mess/mame-mame0226/src/lib/netlist/plib/
H A Dptimed_queue.h194 using lock_guard_type = std::lock_guard<mutex_type>; variable
293 using lock_guard_type = std::lock_guard<mutex_type>; variable
/dports/emulators/mame/mame-mame0226/src/lib/netlist/plib/
H A Dptimed_queue.h194 using lock_guard_type = std::lock_guard<mutex_type>; variable
293 using lock_guard_type = std::lock_guard<mutex_type>; variable
/dports/devel/folly/folly-2021.12.27.00/folly/synchronization/test/
H A DLockTest.cpp934 using lock_guard_type = param_lock_t<TypeParam>; in TYPED_TEST_P() typedef
946 using lock_guard_type = param_lock_t<TypeParam>; in TYPED_TEST_P() typedef