Lines Matching full:exclusive
110 Allow recursive exclusive locks.
114 Allow exclusive locks only.
139 support for shared and exclusive locks, and recursion.
154 If an exclusive lock is currently held,
158 Acquire an exclusive lock.
159 If an exclusive lock is already held, and
164 Downgrade exclusive lock to a shared lock.
166 If an exclusive lock has been recursed, the system will
169 Upgrade a shared lock to an exclusive lock.
175 Attempts to upgrade an exclusive lock will cause a
178 Try to upgrade a shared lock to an exclusive lock.
205 Allow recursion on an exclusive lock.
213 exclusive waiter, to avoid exclusive lock starvation.
215 lock, the request is granted even in presence of the parallel exclusive lock
221 The flag allows exclusive requests to preempt the current shared request
349 Assert that the current thread has either a shared or an exclusive lock on the
357 Assert that the current thread has an exclusive lock on the
393 An exclusive lock is held by the current thread.
395 An exclusive lock is held by someone other than the current thread.
416 A shared lock was attempted while the thread already held the exclusive lock.
457 exclusive lock, and a