Searched refs:pthread_rwlock_init (Results 1 – 4 of 4) sorted by relevance
3 int pthread_rwlock_init(pthread_rwlock_t* restrict rw, const pthread_rwlockattr_t* restrict a) { in pthread_rwlock_init() function
31 if (pthread_rwlock_init((pthread_rwlock_t *) lock, NULL) != 0) { in CRYPTO_MUTEX_init()
114 int pthread_rwlock_init(pthread_rwlock_t* __restrict, const pthread_rwlockattr_t* __restrict);
97 $(LOCAL_DIR)/pthread/pthread_rwlock_init.c \
Completed in 5 milliseconds