Searched refs:pthread_rwlock_destroy (Results 1 – 22 of 22) sorted by relevance
64 pthread_rwlock_destroy(&rwlock); in main()74 pthread_rwlock_destroy(&rwlock); in main()
31 pthread_rwlock_destroy(&posix_rwlock); in main()
51 pthread_rwlock_destroy(&s_rwlock); in main()
61 r = pthread_rwlock_destroy(&rwlock); assert(r == 0); in main()
302 ~RWLock() { CHECK(0 == pthread_rwlock_destroy(&mu_)); } in ~RWLock()
19 pthread_rwlock_destroy(&lock_); in ~RWLockPosix()
28 pthread_rwlock_destroy(&rwlock); in main()
52 pthread_rwlock_destroy(&mtx3); in main()
146 if ((err = pthread_rwlock_destroy(&m->m))) { in Thread()
88 assert(0 == pthread_rwlock_destroy(&mu_)); in ~PthreadRWLock()
24 if ((e = pthread_rwlock_destroy(locks + n)) != 0) { in main()
103 INTERCEPTOR(int, pthread_rwlock_destroy, pthread_rwlock_t *m) { in INTERCEPTOR() argument106 return REAL(pthread_rwlock_destroy)(m); in INTERCEPTOR()309 INTERCEPT_FUNCTION(pthread_rwlock_destroy); in InitializeInterceptors()
36 r = pthread_rwlock_destroy( &rwl ); assert(r == 0); in main()
72 pthread_rwlock_destroy(rwlock); in ~RWMutexImpl()
56 pthread_rwlock_destroy((pthread_rwlock_t *) lock); in CRYPTO_MUTEX_cleanup()
109 Mutex::~Mutex() { SAFE_PTHREAD(pthread_rwlock_destroy(&mutex_)); } in ~Mutex()
237 Mutex::~Mutex() { CERES_SAFE_PTHREAD(pthread_rwlock_destroy); } in ~Mutex()
227 #define pthread_rwlock_destroy dng_pthread_rwlock_destroy macro
132 # pragma weak pthread_rwlock_destroy macro199 (pthread_in_use () ? pthread_rwlock_destroy (LOCK) : 0)
116 err = pthread_rwlock_destroy (&lock->rwlock); in glthread_rwlock_destroy_multithreaded()
1268 TSAN_INTERCEPTOR(int, pthread_rwlock_destroy, void *m) { in TSAN_INTERCEPTOR() argument1269 SCOPED_TSAN_INTERCEPTOR(pthread_rwlock_destroy, m); in TSAN_INTERCEPTOR()1270 int res = REAL(pthread_rwlock_destroy)(m); in TSAN_INTERCEPTOR()2619 TSAN_INTERCEPT(pthread_rwlock_destroy); in InitializeInterceptors()
2619 fun:pthread_rwlock_destroy=uninstrumented