Searched defs:pthread_rwlock_destroy (Results 1 – 7 of 7) sorted by relevance
3 int pthread_rwlock_destroy(pthread_rwlock_t *rw) in pthread_rwlock_destroy() function
222 #define pthread_rwlock_destroy dng_pthread_rwlock_destroy macro
100 INTERCEPTOR(int, pthread_rwlock_destroy, pthread_rwlock_t *m) { in INTERCEPTOR() argument
1143 pub fn pthread_rwlock_destroy(lock: *mut pthread_rwlock_t) -> ::c_int; in pthread_rwlock_destroy() function
1218 TSAN_INTERCEPTOR(int, pthread_rwlock_destroy, void *m) { in TSAN_INTERCEPTOR() argument
1434 pub fn pthread_rwlock_destroy(attr: *mut ::pthread_rwlock_t) -> ::c_int; in pthread_rwlock_destroy() function
3730 pub fn pthread_rwlock_destroy(lock: *mut pthread_rwlock_t) -> ::c_int; in pthread_rwlock_destroy() function