Searched refs:pthread_rwlock_destroy (Results 1 – 17 of 17) sorted by relevance
100 INTERCEPTOR(int, pthread_rwlock_destroy, pthread_rwlock_t *m) { in INTERCEPTOR() argument103 return REAL(pthread_rwlock_destroy)(m); in INTERCEPTOR()306 INTERCEPT_FUNCTION(pthread_rwlock_destroy); in InitializeInterceptors()
20 int err = ::pthread_rwlock_destroy(&m_rwlock); in ~ProcessRunLock()
48 pthread_rwlock_destroy.3 \
56 pthread_rwlock_destroy;
75 PROTO_STD_DEPRECATED(pthread_rwlock_destroy);
60 pthread_rwlock_destroy(pthread_rwlock_t *lockp) in pthread_rwlock_destroy() function
53 pthread_rwlock_destroy(pthread_rwlock_t *lockp) in pthread_rwlock_destroy() function
66 pthread_rwlock_destroy(rwlock); in ~RWMutexImpl()
237 int pthread_rwlock_destroy(pthread_rwlock_t *);
118 #define lock_rw_destroy(lock) LOCKRET(pthread_rwlock_destroy(lock))
281 pthread_rwlock_destroy(&lock); in vionet_main()313 pthread_rwlock_destroy(&lock); in vionet_main()
1492 TSAN_INTERCEPTOR(int, pthread_rwlock_destroy, void *m) { in TSAN_INTERCEPTOR() argument1493 SCOPED_TSAN_INTERCEPTOR(pthread_rwlock_destroy, m); in TSAN_INTERCEPTOR()1494 int res = REAL(pthread_rwlock_destroy)(m); in TSAN_INTERCEPTOR()2959 TSAN_INTERCEPT(pthread_rwlock_destroy); in InitializeInterceptors()
354 fun:pthread_rwlock_destroy=discard
2620 fun:pthread_rwlock_destroy=uninstrumented
401 LOCKRET(pthread_rwlock_destroy(&e->u.rwlock)); in checklock_destroy()
2860 ./usr/share/man/man3/pthread_rwlock_destroy.3