Searched refs:rdlock_count (Results 1 – 3 of 3) sorted by relevance
180 if (curthread->rdlock_count) { in rwlock_rdlock_common()204 curthread->rdlock_count++; in rwlock_rdlock_common()225 curthread->rdlock_count++; in rwlock_rdlock_common()258 if (curthread->rdlock_count) { in _Tthr_rwlock_tryrdlock()278 curthread->rdlock_count++; in _Tthr_rwlock_tryrdlock()390 curthread->rdlock_count--; in _Tthr_rwlock_unlock()
129 curthread->rdlock_count++; in _thr_rtld_rlock_acquire()185 curthread->rdlock_count--; in _thr_rtld_lock_release()
513 int rdlock_count; member