Searched refs:RWLOCKATTR_KIND_MASK (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/bionic/
H A Dpthread_rwlock.cpp69 #define RWLOCKATTR_KIND_MASK 2 macro
81 return (*attr & RWLOCKATTR_KIND_MASK) >> RWLOCKATTR_KIND_SHIFT;
85 *attr = (*attr & ~RWLOCKATTR_KIND_MASK) | (kind << RWLOCKATTR_KIND_SHIFT);

Completed in 54 milliseconds