Home
last modified time | relevance | path

Searched refs:try_lock (Results 1 – 25 of 29) sorted by relevance

12

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dmutex30 bool try_lock();
47 bool try_lock() noexcept;
64 bool try_lock();
82 bool try_lock() noexcept;
150 bool try_lock();
171 int try_lock(L1&, L2&, L3&...);
226 bool try_lock() _NOEXCEPT;
250 bool try_lock() _NOEXCEPT;
294 bool try_lock() _NOEXCEPT;
333 try_lock(_L0& __l0, _L1& __l1)
[all …]
H A Dshared_mutex33 bool try_lock();
56 bool try_lock();
102 bool try_lock();
166 bool try_lock() _LIBCPP_THREAD_SAFETY_ANNOTATION(try_acquire_capability(true));
192 _LIBCPP_INLINE_VISIBILITY bool try_lock() { return __base.try_lock(); }
218 bool try_lock();
400 bool try_lock();
449 shared_lock<_Mutex>::try_lock()
452 __throw_system_error(EPERM, "shared_lock::try_lock: references null mutex");
454 __throw_system_error(EDEADLK, "shared_lock::try_lock: already locked");
H A D__mutex_base63 bool try_lock() _NOEXCEPT _LIBCPP_THREAD_SAFETY_ANNOTATION(try_acquire_capability(true));
137 : __m_(_VSTD::addressof(__m)), __owns_(__m.try_lock()) {}
181 bool try_lock();
228 unique_lock<_Mutex>::try_lock()
231 __throw_system_error(EPERM, "unique_lock::try_lock: references null mutex");
233 __throw_system_error(EDEADLK, "unique_lock::try_lock: already locked");
234 __owns_ = __m_->try_lock();
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dmutex30 bool try_lock();
47 bool try_lock() noexcept;
64 bool try_lock();
82 bool try_lock() noexcept;
150 bool try_lock();
171 int try_lock(L1&, L2&, L3&...);
226 bool try_lock() _NOEXCEPT;
250 bool try_lock() _NOEXCEPT;
294 bool try_lock() _NOEXCEPT;
333 try_lock(_L0& __l0, _L1& __l1)
[all …]
H A Dshared_mutex33 bool try_lock();
56 bool try_lock();
102 bool try_lock();
166 bool try_lock() _LIBCPP_THREAD_SAFETY_ANNOTATION(try_acquire_capability(true));
192 _LIBCPP_INLINE_VISIBILITY bool try_lock() { return __base.try_lock(); }
218 bool try_lock();
400 bool try_lock();
449 shared_lock<_Mutex>::try_lock()
452 __throw_system_error(EPERM, "shared_lock::try_lock: references null mutex");
454 __throw_system_error(EDEADLK, "shared_lock::try_lock: already locked");
H A D__mutex_base63 bool try_lock() _NOEXCEPT _LIBCPP_THREAD_SAFETY_ANNOTATION(try_acquire_capability(true));
137 : __m_(_VSTD::addressof(__m)), __owns_(__m.try_lock()) {}
181 bool try_lock();
228 unique_lock<_Mutex>::try_lock()
231 __throw_system_error(EPERM, "unique_lock::try_lock: references null mutex");
233 __throw_system_error(EDEADLK, "unique_lock::try_lock: already locked");
234 __owns_ = __m_->try_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/
H A Dmutex114 try_lock() noexcept
233 try_lock() noexcept
299 try_lock() noexcept
366 try_lock()
449 try_lock()
556 /** @brief Generic try_lock.
557 * @param __l1 Meets Lockable requirements (try_lock() may throw).
558 * @param __l2 Meets Lockable requirements (try_lock() may throw).
559 * @param __l3 Meets Lockable requirements (try_lock() may throw).
560 * @return Returns -1 if all try_lock() calls return true. Otherwise returns
[all …]
H A Dshared_mutex196 try_lock()
330 try_lock()
416 bool try_lock() { return _M_impl.try_lock(); }
469 bool try_lock() { return _Base::try_lock(); }
773 try_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/include/c++/10.3.1/
H A Dmutex114 try_lock() noexcept
233 try_lock() noexcept
299 try_lock() noexcept
366 try_lock()
449 try_lock()
556 /** @brief Generic try_lock.
557 * @param __l1 Meets Lockable requirements (try_lock() may throw).
558 * @param __l2 Meets Lockable requirements (try_lock() may throw).
559 * @param __l3 Meets Lockable requirements (try_lock() may throw).
560 * @return Returns -1 if all try_lock() calls return true. Otherwise returns
[all …]
H A Dshared_mutex196 try_lock()
330 try_lock()
416 bool try_lock() { return _M_impl.try_lock(); }
469 bool try_lock() { return _Base::try_lock(); }
773 try_lock()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/smart_ptr/detail/
H A Dspinlock_sync.hpp38 bool try_lock() in try_lock() function in boost::detail::spinlock
46 for( unsigned k = 0; !try_lock(); ++k ) in lock()
H A Dspinlock_std_atomic.hpp35 bool try_lock() in try_lock() function in boost::detail::spinlock
42 for( unsigned k = 0; !try_lock(); ++k ) in lock()
H A Dspinlock_w32.hpp60 bool try_lock() in try_lock() function in boost::detail::spinlock
71 for( unsigned k = 0; !try_lock(); ++k ) in lock()
H A Dspinlock_gcc_arm.hpp44 bool try_lock() in try_lock() function in boost::detail::spinlock
75 for( unsigned k = 0; !try_lock(); ++k ) in lock()
H A Dspinlock_nt.hpp34 inline bool try_lock() in try_lock() function in boost::detail::spinlock
H A Dspinlock_pt.hpp34 bool try_lock() in try_lock() function in boost::detail::spinlock
/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 Dunique_lock.h77 : _M_device(std::__addressof(__m)), _M_owns(_M_device->try_lock()) in _GLIBCXX_VISIBILITY()
144 try_lock() in _GLIBCXX_VISIBILITY()
152 _M_owns = _M_device->try_lock(); in _GLIBCXX_VISIBILITY()
H A Dstd_mutex.h108 try_lock() noexcept in _GLIBCXX_VISIBILITY()
/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 Dunique_lock.h77 : _M_device(std::__addressof(__m)), _M_owns(_M_device->try_lock()) in _GLIBCXX_VISIBILITY()
144 try_lock() in _GLIBCXX_VISIBILITY()
152 _M_owns = _M_device->try_lock(); in _GLIBCXX_VISIBILITY()
H A Dstd_mutex.h108 try_lock() noexcept in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/buildroot/package/pm-utils/
H A D00pm-utils41 try_lock "${STASHNAME}.lock" || exit 1
/OK3568_Linux_fs/kernel/include/linux/
H A Drmap.h284 bool try_lock; member
/OK3568_Linux_fs/kernel/mm/
H A Drmap.c559 if (rwc && rwc->try_lock) { in page_lock_anon_vma_read()
881 .try_lock = true, in page_referenced()
1928 if (rwc->try_lock) { in rmap_walk_anon_lock()
2037 if (rwc->try_lock) { in rmap_walk_file()
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_inode.c448 int attempts = 0, i, j, try_lock; in xfs_lock_inodes() local
473 try_lock = 0; in xfs_lock_inodes()
486 if (!try_lock) { in xfs_lock_inodes()
487 for (j = (i - 1); j >= 0 && !try_lock; j--) { in xfs_lock_inodes()
490 try_lock++; in xfs_lock_inodes()
500 if (!try_lock) { in xfs_lock_inodes()
531 try_lock = 0; in xfs_lock_inodes()
/OK3568_Linux_fs/kernel/Documentation/locking/
H A Dlocktypes.rst31 Although implementations allow try_lock() from other contexts, it is
33 try_lock(). Furthermore, it is also necessary to evaluate the debugging

12