Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/smart_ptr/detail/
H A Dlwm_pthreads.hpp57 class scoped_lock;
58 friend class scoped_lock;
60 class scoped_lock class in boost::detail::lightweight_mutex
66 scoped_lock(scoped_lock const &);
67 scoped_lock & operator=(scoped_lock const &);
71 scoped_lock(lightweight_mutex & m): m_(m.m_) in scoped_lock() function in boost::detail::lightweight_mutex::scoped_lock
76 ~scoped_lock() in ~scoped_lock()
H A Dlwm_win32_cs.hpp95 class scoped_lock;
96 friend class scoped_lock;
98 class scoped_lock class in boost::detail::lightweight_mutex
104 scoped_lock(scoped_lock const &);
105 scoped_lock & operator=(scoped_lock const &);
109 explicit scoped_lock(lightweight_mutex & m): m_(m) in scoped_lock() function in boost::detail::lightweight_mutex::scoped_lock
114 ~scoped_lock() in ~scoped_lock()
H A Dspinlock_nt.hpp61 class scoped_lock class in boost::detail::spinlock
67 scoped_lock( scoped_lock const & );
68 scoped_lock & operator=( scoped_lock const & );
72 explicit scoped_lock( spinlock & sp ): sp_( sp ) in scoped_lock() function in boost::detail::spinlock::scoped_lock
77 ~scoped_lock() in ~scoped_lock()
H A Dspinlock_pt.hpp51 class scoped_lock class in boost::detail::spinlock
57 scoped_lock( scoped_lock const & );
58 scoped_lock & operator=( scoped_lock const & );
62 explicit scoped_lock( spinlock & sp ): sp_( sp ) in scoped_lock() function in boost::detail::spinlock::scoped_lock
67 ~scoped_lock() in ~scoped_lock()
H A Dspinlock_sync.hpp59 class scoped_lock class in boost::detail::spinlock
65 scoped_lock( scoped_lock const & );
66 scoped_lock & operator=( scoped_lock const & );
70 explicit scoped_lock( spinlock & sp ): sp_( sp ) in scoped_lock() function in boost::detail::spinlock::scoped_lock
75 ~scoped_lock() in ~scoped_lock()
H A Dspinlock_std_atomic.hpp55 class scoped_lock class in boost::detail::spinlock
61 scoped_lock( scoped_lock const & );
62 scoped_lock & operator=( scoped_lock const & );
66 explicit scoped_lock( spinlock & sp ): sp_( sp ) in scoped_lock() function in boost::detail::spinlock::scoped_lock
71 ~scoped_lock() in ~scoped_lock()
H A Dspinlock_w32.hpp85 class scoped_lock class in boost::detail::spinlock
91 scoped_lock( scoped_lock const & );
92 scoped_lock & operator=( scoped_lock const & );
96 explicit scoped_lock( spinlock & sp ): sp_( sp ) in scoped_lock() function in boost::detail::spinlock::scoped_lock
101 ~scoped_lock() in ~scoped_lock()
H A Dspinlock_gcc_arm.hpp90 class scoped_lock class in boost::detail::spinlock
96 scoped_lock( scoped_lock const & );
97 scoped_lock & operator=( scoped_lock const & );
101 explicit scoped_lock( spinlock & sp ): sp_( sp ) in scoped_lock() function in boost::detail::spinlock::scoped_lock
106 ~scoped_lock() in ~scoped_lock()
H A Dspinlock_pool.hpp52 class scoped_lock class in boost::detail::spinlock_pool
58 scoped_lock( scoped_lock const & );
59 scoped_lock & operator=( scoped_lock const & );
63 explicit scoped_lock( void const * pv ): sp_( spinlock_for( pv ) ) in scoped_lock() function in boost::detail::spinlock_pool::scoped_lock
68 ~scoped_lock() in ~scoped_lock()
H A Datomic_count_pt.hpp35 class scoped_lock class in boost::detail::atomic_count
39 scoped_lock(pthread_mutex_t & m): m_(m) in scoped_lock() function in boost::detail::atomic_count::scoped_lock
44 ~scoped_lock() in ~scoped_lock()
68 scoped_lock lock(mutex_); in operator ++()
74 scoped_lock lock(mutex_); in operator --()
80 scoped_lock lock(mutex_); in operator long()
H A Dsp_counted_base_spin.hpp32 spinlock_pool<1>::scoped_lock lock( pw ); in atomic_exchange_and_add()
41 spinlock_pool<1>::scoped_lock lock( pw ); in atomic_increment()
47 spinlock_pool<1>::scoped_lock lock( pw ); in atomic_conditional_increment()
124 spinlock_pool<1>::scoped_lock lock( &use_count_ ); in use_count()
H A Datomic_count_spin.hpp34 spinlock_pool<0>::scoped_lock lock( &value_ ); in operator ++()
40 spinlock_pool<0>::scoped_lock lock( &value_ ); in operator --()
46 spinlock_pool<0>::scoped_lock lock( &value_ ); in operator long()
H A Dquick_allocator.hpp93 lightweight_mutex::scoped_lock lock( mutex() ); in alloc()
123 lightweight_mutex::scoped_lock lock( mutex() ); in alloc()
148 lightweight_mutex::scoped_lock lock( mutex() ); in dealloc()
165 lightweight_mutex::scoped_lock lock( mutex() ); in dealloc()
H A Dlwm_nop.hpp30 typedef lightweight_mutex scoped_lock; typedef in boost::detail::lightweight_mutex
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dmutex113 class scoped_lock // C++17
118 explicit scoped_lock(MutexTypes&... m);
119 scoped_lock(adopt_lock_t, MutexTypes&... m);
120 ~scoped_lock();
121 scoped_lock(scoped_lock const&) = delete;
122 scoped_lock& operator=(scoped_lock const&) = delete;
476 class _LIBCPP_TEMPLATE_VIS scoped_lock;
479 class _LIBCPP_TEMPLATE_VIS scoped_lock<> {
481 explicit scoped_lock() {}
482 ~scoped_lock() = default;
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dmutex113 class scoped_lock // C++17
118 explicit scoped_lock(MutexTypes&... m);
119 scoped_lock(adopt_lock_t, MutexTypes&... m);
120 ~scoped_lock();
121 scoped_lock(scoped_lock const&) = delete;
122 scoped_lock& operator=(scoped_lock const&) = delete;
476 class _LIBCPP_TEMPLATE_VIS scoped_lock;
479 class _LIBCPP_TEMPLATE_VIS scoped_lock<> {
481 explicit scoped_lock() {}
482 ~scoped_lock() = default;
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dmutex610 * A scoped_lock controls mutex ownership within a scope, releasing
614 class scoped_lock
617 explicit scoped_lock(_MutexTypes&... __m) : _M_devices(std::tie(__m...))
620 explicit scoped_lock(adopt_lock_t, _MutexTypes&... __m) noexcept
624 ~scoped_lock()
627 scoped_lock(const scoped_lock&) = delete;
628 scoped_lock& operator=(const scoped_lock&) = delete;
635 class scoped_lock<>
638 explicit scoped_lock() = default;
639 explicit scoped_lock(adopt_lock_t) noexcept { }
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dmutex610 * A scoped_lock controls mutex ownership within a scope, releasing
614 class scoped_lock
617 explicit scoped_lock(_MutexTypes&... __m) : _M_devices(std::tie(__m...))
620 explicit scoped_lock(adopt_lock_t, _MutexTypes&... __m) noexcept
624 ~scoped_lock()
627 scoped_lock(const scoped_lock&) = delete;
628 scoped_lock& operator=(const scoped_lock&) = delete;
635 class scoped_lock<>
638 explicit scoped_lock() = default;
639 explicit scoped_lock(adopt_lock_t) noexcept { }
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/smart_ptr/
H A Dshared_ptr.hpp1079 boost::detail::spinlock_pool<2>::scoped_lock lock( p ); in atomic_load()
1090 boost::detail::spinlock_pool<2>::scoped_lock lock( p ); in atomic_store()