Lines Matching full:shared
92 Reader/writer locks allow shared access to protected data by multiple threads,
94 The threads with shared access are known as
106 with shared/exclusive semantics.
184 If there are any shared owners of the lock, the current thread blocks.
205 This function releases a shared lock previously acquired by
211 This function releases a shared lock previously acquired by
216 Attempt to upgrade a single shared lock to an exclusive lock.
217 The current thread must hold a shared lock of
219 This will only succeed if the current thread holds the only shared lock on
221 and it only holds a single shared lock.
229 and the current thread will still hold a shared lock.
231 Convert an exclusive lock into a single shared lock.
269 Assert that current thread holds either a shared or exclusive lock
273 Assert that current thread holds a shared lock of
279 Assert that current thread holds neither a shared nor exclusive lock of