HomeSort by: relevance | last modified time | path
    Searched defs:pthread_rwlock_destroy (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libpthread/
pthread_rwlock.c 81 __strong_alias(__libc_rwlock_destroy,pthread_rwlock_destroy)
112 pthread_rwlock_destroy(pthread_rwlock_t *ptr) function in typeref:typename:int
pthread.h 194 int pthread_rwlock_destroy(pthread_rwlock_t *);
393 #define pthread_rwlock_destroy __libc_rwlock_destroy macro

Completed in 11 milliseconds