Home | History | Annotate | Download | only in drd

Lines Matching full:lock

128  * and a lock on the mutex at address mtx is now held. Since DRD always inserts
157 * unlock event and after the subsequent mutex lock event on the same mutex as
179 /** Tell DRD that a reader-writer lock object has been initialized. */
185 /** Tell DRD that a reader-writer lock object has been destroyed. */
192 * Tell DRD that a reader-writer lock has been acquired. is_w == 1 means that
193 * a write lock has been obtained, is_w == 0 means that a read lock has been
202 * Tell DRD that a reader lock has been acquired on a reader-writer
208 * Tell DRD that a writer lock has been acquired on a reader-writer
214 * Tell DRD that a reader-writer lock is about to be released. is_w == 1 means
215 * that a write lock is about to be released, is_w == 0 means that a read lock
224 * Tell DRD that a reader lock is about to be released.
229 * Tell DRD that a writer lock is about to be released.
414 /* Tell DRD that a lock on a user-defined reader-writer synchronization
419 /* Tell DRD that a lock on a user-defined reader-writer synchronization