Searched refs:pthread_rwlock_unlock (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Host/common/ |
| H A D | ProcessRunLock.cpp | 29 ::pthread_rwlock_unlock(&m_rwlock); in ReadTryLock() 34 return ::pthread_rwlock_unlock(&m_rwlock) == 0; in ReadUnlock() 40 ::pthread_rwlock_unlock(&m_rwlock); in SetRunning() 50 ::pthread_rwlock_unlock(&m_rwlock); in TrySetRunning() 59 ::pthread_rwlock_unlock(&m_rwlock); in SetStopped()
|
| /llvm-project-15.0.7/libunwind/src/ |
| H A D | RWMutex.hpp | 67 bool unlock_shared() { return pthread_rwlock_unlock(&_lock) == 0; } 69 bool unlock() { return pthread_rwlock_unlock(&_lock) == 0; } 85 pthread_rwlock_unlock(pthread_rwlock_t *lock); 97 return !pthread_create || (pthread_rwlock_unlock(&_lock) == 0); 103 return !pthread_create || (pthread_rwlock_unlock(&_lock) == 0);
|
| /llvm-project-15.0.7/compiler-rt/test/tsan/ |
| H A D | bench_rwmutex.cpp | 14 pthread_rwlock_unlock(&mtx); in thread() 21 pthread_rwlock_unlock(&mtx); in bench() 23 pthread_rwlock_unlock(&mtx); in bench()
|
| H A D | write_in_reader_lock.cpp | 13 pthread_rwlock_unlock(&rwlock); in Thread1() 25 pthread_rwlock_unlock(&rwlock); in main()
|
| H A D | real_deadlock_detector_stress_test.cpp | 130 if ((err = pthread_rwlock_unlock(&m->m))) { in Thread() 160 if ((err = pthread_rwlock_unlock(&m->m))) { in Thread()
|
| H A D | mutexset6.cpp | 24 pthread_rwlock_unlock(&mtx3); in Thread2()
|
| H A D | deadlock_detector_stress_test.cpp | 94 void unlock() { assert(0 == pthread_rwlock_unlock(&mu_)); } in unlock() 97 void rdunlock() { assert(0 == pthread_rwlock_unlock(&mu_)); } in rdunlock()
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | RWMutex.cpp | 86 int errorcode = pthread_rwlock_unlock(rwlock); in unlock_shared() 106 int errorcode = pthread_rwlock_unlock(rwlock); in unlock()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/dd/ |
| H A D | dd_interceptors.cpp | 156 INTERCEPTOR(int, pthread_rwlock_unlock, pthread_rwlock_t *m) { in INTERCEPTOR() argument 159 return REAL(pthread_rwlock_unlock)(m); in INTERCEPTOR() 313 INTERCEPT_FUNCTION(pthread_rwlock_unlock); in InitializeInterceptors()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_interceptors_posix.cpp | 1481 TSAN_INTERCEPTOR(int, pthread_rwlock_unlock, void *m) { in TSAN_INTERCEPTOR() argument 1482 SCOPED_TSAN_INTERCEPTOR(pthread_rwlock_unlock, m); in TSAN_INTERCEPTOR() 1484 int res = REAL(pthread_rwlock_unlock)(m); in TSAN_INTERCEPTOR() 2845 TSAN_INTERCEPT(pthread_rwlock_unlock); in InitializeInterceptors()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors_posix.cpp | 1486 TSAN_INTERCEPTOR(int, pthread_rwlock_unlock, void *m) { in TSAN_INTERCEPTOR() argument 1487 SCOPED_TSAN_INTERCEPTOR(pthread_rwlock_unlock, m); in TSAN_INTERCEPTOR() 1489 int res = REAL(pthread_rwlock_unlock)(m); in TSAN_INTERCEPTOR() 2871 TSAN_INTERCEPT(pthread_rwlock_unlock); in InitializeInterceptors()
|
| /llvm-project-15.0.7/compiler-rt/lib/dfsan/ |
| H A D | done_abilist.txt | 356 fun:pthread_rwlock_unlock=discard
|
| H A D | libc_ubuntu1404_abilist.txt | 2627 fun:pthread_rwlock_unlock=uninstrumented
|
| /llvm-project-15.0.7/clang/docs/analyzer/ |
| H A D | checkers.rst | 2599 lck_rw_try_lock_exclusive, lck_rw_try_lock_shared, pthread_mutex_unlock, pthread_rwlock_unlock, lck…
|