Searched refs:rdlock_count (Results 1 – 3 of 3) sorted by relevance
179 if (curthread->rdlock_count) { in rwlock_rdlock_common()203 curthread->rdlock_count++; in rwlock_rdlock_common()224 curthread->rdlock_count++; in rwlock_rdlock_common()253 if (curthread->rdlock_count) { in _Tthr_rwlock_tryrdlock()273 curthread->rdlock_count++; in _Tthr_rwlock_tryrdlock()381 curthread->rdlock_count--; in _Tthr_rwlock_unlock()
127 curthread->rdlock_count++; in _thr_rtld_rlock_acquire()163 curthread->rdlock_count--; in _thr_rtld_lock_release()
517 int rdlock_count; member