Home
last modified time | relevance | path

Searched refs:__lock (Results 1 – 25 of 36) sorted by relevance

12

/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 Dcondition_variable104 wait(unique_lock<mutex>& __lock) noexcept;
108 wait(unique_lock<mutex>& __lock, _Predicate __p)
111 wait(__lock);
117 wait_until(unique_lock<mutex>& __lock,
119 { return __wait_until_impl(__lock, __atime); }
124 wait_until(unique_lock<mutex>& __lock,
126 { return __wait_until_impl(__lock, __atime); }
130 wait_until(unique_lock<mutex>& __lock,
141 if (__wait_until_impl(__lock, __s_atime) == cv_status::no_timeout)
153 wait_until(unique_lock<mutex>& __lock,
[all …]
H A Dmutex526 auto __lock = std::__try_to_lock(std::get<_Idx>(__locks));
527 if (__lock.owns_lock())
533 __lock.release();
546 auto __lock = std::__try_to_lock(std::get<_Idx>(__locks));
547 if (__lock.owns_lock())
550 __lock.release();
/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 Dcondition_variable104 wait(unique_lock<mutex>& __lock) noexcept;
108 wait(unique_lock<mutex>& __lock, _Predicate __p)
111 wait(__lock);
117 wait_until(unique_lock<mutex>& __lock,
119 { return __wait_until_impl(__lock, __atime); }
124 wait_until(unique_lock<mutex>& __lock,
126 { return __wait_until_impl(__lock, __atime); }
130 wait_until(unique_lock<mutex>& __lock,
141 if (__wait_until_impl(__lock, __s_atime) == cv_status::no_timeout)
153 wait_until(unique_lock<mutex>& __lock,
[all …]
H A Dmutex526 auto __lock = std::__try_to_lock(std::get<_Idx>(__locks));
527 if (__lock.owns_lock())
533 __lock.release();
546 auto __lock = std::__try_to_lock(std::get<_Idx>(__locks));
547 if (__lock.owns_lock())
550 __lock.release();
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dcondition_variable137 void wait(_Lock& __lock);
140 void wait(_Lock& __lock, _Predicate __pred);
145 wait_until(_Lock& __lock,
151 wait_until(_Lock& __lock,
158 wait_for(_Lock& __lock,
164 wait_for(_Lock& __lock,
197 condition_variable_any::wait(_Lock& __lock)
201 __lock.unlock();
202 unique_ptr<_Lock, __lock_external> __lxx(&__lock);
205 } // __mut_.unlock(), __lock.lock()
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dcondition_variable137 void wait(_Lock& __lock);
140 void wait(_Lock& __lock, _Predicate __pred);
145 wait_until(_Lock& __lock,
151 wait_until(_Lock& __lock,
158 wait_for(_Lock& __lock,
164 wait_for(_Lock& __lock,
197 condition_variable_any::wait(_Lock& __lock)
201 __lock.unlock();
202 unique_ptr<_Lock, __lock_external> __lxx(&__lock);
205 } // __mut_.unlock(), __lock.lock()
[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/bits/
H A Datomic_futex.h234 unique_lock<mutex> __lock(_M_mutex); in _GLIBCXX_VISIBILITY()
241 unique_lock<mutex> __lock(_M_mutex); in _GLIBCXX_VISIBILITY()
243 _M_condvar.wait(__lock); in _GLIBCXX_VISIBILITY()
250 unique_lock<mutex> __lock(_M_mutex); in _GLIBCXX_VISIBILITY()
252 _M_condvar.wait(__lock); in _GLIBCXX_VISIBILITY()
260 unique_lock<mutex> __lock(_M_mutex); in _GLIBCXX_VISIBILITY()
261 return _M_condvar.wait_for(__lock, __rtime, in _GLIBCXX_VISIBILITY()
270 unique_lock<mutex> __lock(_M_mutex); in _GLIBCXX_VISIBILITY()
271 return _M_condvar.wait_until(__lock, __atime, in _GLIBCXX_VISIBILITY()
278 unique_lock<mutex> __lock(_M_mutex); in _GLIBCXX_VISIBILITY()
H A Dshared_ptr_atomic.h105 _Sp_locker __lock{__p}; in _GLIBCXX_VISIBILITY()
118 _Sp_locker __lock{__p}; in _GLIBCXX_VISIBILITY()
142 _Sp_locker __lock{__p}; in _GLIBCXX_VISIBILITY()
157 _Sp_locker __lock{__p}; in _GLIBCXX_VISIBILITY()
179 _Sp_locker __lock{__p}; in _GLIBCXX_VISIBILITY()
198 _Sp_locker __lock{__p}; in _GLIBCXX_VISIBILITY()
232 _Sp_locker __lock{__p, __v}; in _GLIBCXX_VISIBILITY()
284 _Sp_locker __lock{__p, __v}; in _GLIBCXX_VISIBILITY()
/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/bits/
H A Datomic_futex.h234 unique_lock<mutex> __lock(_M_mutex); in _GLIBCXX_VISIBILITY()
241 unique_lock<mutex> __lock(_M_mutex); in _GLIBCXX_VISIBILITY()
243 _M_condvar.wait(__lock); in _GLIBCXX_VISIBILITY()
250 unique_lock<mutex> __lock(_M_mutex); in _GLIBCXX_VISIBILITY()
252 _M_condvar.wait(__lock); in _GLIBCXX_VISIBILITY()
260 unique_lock<mutex> __lock(_M_mutex); in _GLIBCXX_VISIBILITY()
261 return _M_condvar.wait_for(__lock, __rtime, in _GLIBCXX_VISIBILITY()
270 unique_lock<mutex> __lock(_M_mutex); in _GLIBCXX_VISIBILITY()
271 return _M_condvar.wait_until(__lock, __atime, in _GLIBCXX_VISIBILITY()
278 unique_lock<mutex> __lock(_M_mutex); in _GLIBCXX_VISIBILITY()
H A Dshared_ptr_atomic.h105 _Sp_locker __lock{__p}; in _GLIBCXX_VISIBILITY()
118 _Sp_locker __lock{__p}; in _GLIBCXX_VISIBILITY()
142 _Sp_locker __lock{__p}; in _GLIBCXX_VISIBILITY()
157 _Sp_locker __lock{__p}; in _GLIBCXX_VISIBILITY()
179 _Sp_locker __lock{__p}; in _GLIBCXX_VISIBILITY()
198 _Sp_locker __lock{__p}; in _GLIBCXX_VISIBILITY()
232 _Sp_locker __lock{__p, __v}; in _GLIBCXX_VISIBILITY()
284 _Sp_locker __lock{__p, __v}; in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/kernel/Documentation/locking/
H A Dfutex-requeue-pi.rst29 lock(cond->__data.__lock);
32 unlock(cond->__data.__lock);
34 lock(cond->__data.__lock);
36 unlock(cond->__data.__lock);
42 lock(cond->__data.__lock);
43 unlock(cond->__data.__lock);
63 lock(cond->__data.__lock);
66 unlock(cond->__data.__lock);
68 lock(cond->__data.__lock);
70 unlock(cond->__data.__lock);
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/sys/
H A Dlock.h33 struct __lock;
34 typedef struct __lock * _LOCK_T;
37 #define __LOCK_INIT(class,lock) extern struct __lock __lock_ ## lock; \
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/sys/
H A Dlock.h33 struct __lock;
34 typedef struct __lock * _LOCK_T;
37 #define __LOCK_INIT(class,lock) extern struct __lock __lock_ ## lock; \
/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/experimental/
H A Dio_context93 lock_guard<mutex> __lock(_M_ctx->_M_mtx);
118 lock_guard<mutex> __lock(_M_ctx->_M_mtx);
220 lock_guard<mutex> __lock(_M_mtx);
227 lock_guard<mutex> __lock(_M_mtx);
273 lock_guard<mutex> __lock(__ioc._M_mtx);
299 lock_guard<mutex> __lock(_M_qmtx);
308 lock_guard<mutex> __lock(_M_qmtx);
330 lock_guard<mutex> __lock(_M_qmtx);
349 lock_guard<mutex> __lock(_M_qmtx);
370 lock_guard<mutex> __lock(_M_qmtx);
[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/experimental/
H A Dio_context93 lock_guard<mutex> __lock(_M_ctx->_M_mtx);
118 lock_guard<mutex> __lock(_M_ctx->_M_mtx);
220 lock_guard<mutex> __lock(_M_mtx);
227 lock_guard<mutex> __lock(_M_mtx);
273 lock_guard<mutex> __lock(__ioc._M_mtx);
299 lock_guard<mutex> __lock(_M_qmtx);
308 lock_guard<mutex> __lock(_M_qmtx);
330 lock_guard<mutex> __lock(_M_qmtx);
349 lock_guard<mutex> __lock(_M_qmtx);
370 lock_guard<mutex> __lock(_M_qmtx);
[all …]
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dsta2x11-mfd.c147 static void sta2x11_regmap_lock(void *__lock) in sta2x11_regmap_lock() argument
149 spinlock_t *lock = __lock; in sta2x11_regmap_lock()
153 static void sta2x11_regmap_unlock(void *__lock) in sta2x11_regmap_unlock() argument
155 spinlock_t *lock = __lock; in sta2x11_regmap_unlock()
160 static void sta2x11_regmap_nolock(void *__lock) in sta2x11_regmap_nolock() argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/include-fixed/
H A Dpthread.h1098 extern int pthread_spin_init (pthread_spinlock_t *__lock, int __pshared)
1102 extern int pthread_spin_destroy (pthread_spinlock_t *__lock)
1106 extern int pthread_spin_lock (pthread_spinlock_t *__lock)
1110 extern int pthread_spin_trylock (pthread_spinlock_t *__lock)
1114 extern int pthread_spin_unlock (pthread_spinlock_t *__lock)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/include-fixed/
H A Dpthread.h1098 extern int pthread_spin_init (pthread_spinlock_t *__lock, int __pshared)
1102 extern int pthread_spin_destroy (pthread_spinlock_t *__lock)
1106 extern int pthread_spin_lock (pthread_spinlock_t *__lock)
1110 extern int pthread_spin_trylock (pthread_spinlock_t *__lock)
1114 extern int pthread_spin_unlock (pthread_spinlock_t *__lock)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dpthread.h1089 extern int pthread_spin_init (pthread_spinlock_t *__lock, int __pshared)
1093 extern int pthread_spin_destroy (pthread_spinlock_t *__lock)
1097 extern int pthread_spin_lock (pthread_spinlock_t *__lock)
1101 extern int pthread_spin_trylock (pthread_spinlock_t *__lock)
1105 extern int pthread_spin_unlock (pthread_spinlock_t *__lock)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dpthread.h1089 extern int pthread_spin_init (pthread_spinlock_t *__lock, int __pshared)
1093 extern int pthread_spin_destroy (pthread_spinlock_t *__lock)
1097 extern int pthread_spin_lock (pthread_spinlock_t *__lock)
1101 extern int pthread_spin_trylock (pthread_spinlock_t *__lock)
1105 extern int pthread_spin_unlock (pthread_spinlock_t *__lock)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dstruct_mutex.h29 int __lock __LOCK_ALIGNMENT;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dstruct_mutex.h29 int __lock __LOCK_ALIGNMENT;
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-bio-prison-v2.c225 static int __lock(struct dm_bio_prison_v2 *prison, in __lock() function
265 r = __lock(prison, key, lock_level, cell_prealloc, cell_result); in dm_cell_lock_v2()
/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/arm-none-linux-gnueabihf/bits/
H A Dbasic_file.h63 __basic_file(__c_lock* __lock = 0) throw (); in _GLIBCXX_VISIBILITY()
/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/aarch64-none-linux-gnu/bits/
H A Dbasic_file.h63 __basic_file(__c_lock* __lock = 0) throw (); in _GLIBCXX_VISIBILITY()

12