Searched defs:PthreadRWLock (Results 1 – 1 of 1) sorted by relevance
84 class PthreadRWLock { class86 PthreadRWLock() { assert(0 == pthread_rwlock_init(&mu_, 0)); } in PthreadRWLock() function in PthreadRWLock