• Home
  • Raw
  • Download

Lines Matching refs:locking

994 *`defer_lock_t`: is used to construct the scoped lock without locking it. 
996 *`adopt_lock_t`: is used to construct the scoped lock without locking it but adopting ownership.
1038 provides simple RAII-style locking of a __lockable_concept_type__ object, to facilitate exception-s…
1039 locking and unlocking. In addition, the [link
1206 [[Returns:] [Whether the strict lock is locking the mutex `m`]]
1321 …ore complex than __lock_guard__: not only does it provide for RAII-style locking, it also allows f…
1631 // Shared locking
1657 // Conversion from upgrade locking
1660 // Conversion from exclusive locking
1679 __lockable_concept_type__ object, locking an instance of __shared_lock__ acquires shared ownership.
1681 Like __unique_lock__, not only does it provide for RAII-style locking, it also allows for deferring…
1873 // Upgrade locking
1903 // Conversion from shared locking
1913 // Conversion from exclusive locking
1927 __lockable_concept_type__ object, locking an instance of __upgrade_lock__ acquires upgrade ownershi…
1929 Like __unique_lock__, not only does it provide for RAII-style locking, it also allows for deferring…
2100 …leased. This provides simple RAII-style locking of a __BasicLockable object, to facilitate excepti…
2153 scope, by taking ownership of a nesting lock, locking the mutex on construction if not already lock…
2199 [[Return:] [Whether if this lock is locking that mutex.]]
2657 [[Requires:] [The `lk` parameter must be locking the associated mutex.]]
2676 …e<mutex_type, typename Lock::mutex_type>` and the `lk` parameter must be locking the associated mu…
2696 …e<mutex_type, typename Lock::mutex_type>` and the `lk` parameter must be locking the associated mu…
2819 [[Requires:] [The `lk` parameter must be locking the associated mutex.]]
2838 …e<mutex_type, typename Lock::mutex_type>` and the `lk` parameter must be locking the associated mu…
2858 …e<mutex_type, typename Lock::mutex_type>` and the `lk` parameter must be locking the associated mu…
2904 provides simple RAII-style locking of a __shared_lockable_concept_type__ object, to facilitate exce…
2905 shared locking and unlocking.