Lines Matching full:lock
113 /* Read-write lock types. */
123 /* Read-write lock initializers. */
731 /* Lock a mutex. */
736 /* Wait until lock becomes available, or specified time passes. */
844 /* Initialize read-write lock RWLOCK using attributes ATTR, or use
850 /* Destroy read-write lock RWLOCK. */
854 /* Acquire read lock for RWLOCK. */
858 /* Try to acquire read lock for RWLOCK. */
863 /* Try to acquire read lock for RWLOCK or return after specfied time. */
869 /* Acquire write lock for RWLOCK. */
873 /* Try to acquire write lock for RWLOCK. */
878 /* Try to acquire write lock for RWLOCK or return after specfied time. */
889 /* Functions for handling read-write lock attributes. */
1000 /* Initialize the spinlock LOCK. If PSHARED is nonzero the spinlock can
1005 /* Destroy the spinlock LOCK. */
1009 /* Wait until spinlock LOCK is retrieved. */
1013 /* Try to lock spinlock LOCK. */
1017 /* Release spinlock LOCK. */