Searched refs:init_rwlock (Results 1 – 1 of 1) sorted by relevance
60 static int init_rwlock(pthread_rwlock_t *rwlock, pthread_rwlock_t *rwlock_out);67 return (init_rwlock(rwlock, rwlock_out)); in check_and_init_rwlock()73 init_rwlock(pthread_rwlock_t *rwlock, pthread_rwlock_t *rwlock_out) in init_rwlock() function