Lines Matching refs:Stores
1048 [[Effects:] [Stores a reference to `m`. Invokes [lock_ref_link `m.lock()`].]]
1063 [[Effects:] [Stores a reference to `m`. Takes ownership of the lock state of
1357 [[Effects:] [Stores a reference to `m`. Invokes [lock_ref_link `m.lock()`].]]
1373 [[Effects:] [Stores a reference to `m`. Takes ownership of the lock state of `m`.]]
1387 [[Effects:] [Stores a reference to `m`.]]
1401 [[Effects:] [Stores a reference to `m`. Invokes [try_lock_ref_link
1495 [[Effects:] [Stores a reference to `m`. Invokes [timed_lock_ref_link
1513 [[Effects:] [Stores a reference to `m`. Invokes
1532 [[Effects:] [Stores a reference to `m`. Invokes
1712 [[Effects:] [Stores a reference to `m`. Invokes [lock_shared_ref_link `m.lock_shared()`].]]
1728 [[Effects:] [Stores a reference to `m`. Takes ownership of the lock state of `m`.]]
1742 [[Effects:] [Stores a reference to `m`.]]
1756 [[Effects:] [Stores a reference to `m`. Invokes [try_lock_shared_ref_link
1774 [[Effects:] [Stores a reference to `m`. Invokes [timed_lock_shared_ref_link
2108 [[Effects:] [Stores a reference to `m`. Invokes [lock_ref_link `m.lock()`].]]
2165 [[Effects:] [Stores the reference to the lock parameter `lk` and takes ownership on it.
2316 [[Effects:] [Stores a reference to it and to the value type `val`.]]
2415 [[Effects:] [Stores a reference to it and to the value type `val`.]]
2913 [[Effects:] [Stores a reference to `m`. Invokes `m.__lock_shared()`.]]
2928 [[Effects:] [Stores a reference to `m`. Takes ownership of the lock state of
2978 [[Effects:] [Stores a reference to `m`. Invokes `m.__unlock()` if `m` owns his lock and then stores…