Lines Matching defs:pthrw
266 pthread_rwlock_t pthrw;
300 pthread_rwlock_unlock(&rw->pthrw);
362 NOFAIL_ERRNO(pthread_rwlock_init(&rw->pthrw, NULL));
381 if (pthread_rwlock_trywrlock(&rw->pthrw) != 0)
383 pthread_rwlock_wrlock(&rw->pthrw)));
387 if (pthread_rwlock_tryrdlock(&rw->pthrw) != 0)
389 pthread_rwlock_rdlock(&rw->pthrw)));
403 rv = pthread_rwlock_trywrlock(&rw->pthrw);
408 rv = pthread_rwlock_tryrdlock(&rw->pthrw);
450 KLOCK_WRAP(NOFAIL_ERRNO(pthread_rwlock_rdlock(&rw->pthrw)));
463 NOFAIL_ERRNO(pthread_rwlock_unlock(&rw->pthrw));
470 NOFAIL_ERRNO(pthread_rwlock_destroy(&rw->pthrw));