Searched defs:lock_rc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libfru/libfru/
H A Dlibfru.cc233 int lock_rc; local
249 lock_rc = 0;
252 lock_rc = pthread_rwlock_rdlock(&(which->lock));
255 lock_rc = pthread_rwlock_wrlock(&(which->lock));
260 if (lock_rc != 0) {

Completed in 62 milliseconds