Home
last modified time | relevance | path

Searched refs:pthread_rwlock_init (Results 1 – 4 of 4) sorted by relevance

/third_party/ulib/musl/pthread/
A Dpthread_rwlock_init.c3 int pthread_rwlock_init(pthread_rwlock_t* restrict rw, const pthread_rwlockattr_t* restrict a) { in pthread_rwlock_init() function
/third_party/ulib/uboringssl/crypto/
A Dthread_pthread.c31 if (pthread_rwlock_init((pthread_rwlock_t *) lock, NULL) != 0) { in CRYPTO_MUTEX_init()
/third_party/ulib/musl/include/
A Dpthread.h114 int pthread_rwlock_init(pthread_rwlock_t* __restrict, const pthread_rwlockattr_t* __restrict);
/third_party/ulib/musl/
A Dmusl-rules.mk97 $(LOCAL_DIR)/pthread/pthread_rwlock_init.c \

Completed in 5 milliseconds