/external/llvm/lib/Support/ |
D | RWMutex.cpp | 50 pthread_rwlock_t* rwlock = in RWMutexImpl() local 70 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in ~RWMutexImpl() local 79 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in reader_acquire() local 89 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in reader_release() local 99 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in writer_acquire() local 109 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in writer_release() local
|
/external/valgrind/drd/ |
D | drd.h | 219 #define ANNOTATE_RWLOCK_CREATE(rwlock) \ argument 224 #define ANNOTATE_RWLOCK_DESTROY(rwlock) \ argument 233 #define ANNOTATE_RWLOCK_ACQUIRED(rwlock, is_w) \ argument 243 #define ANNOTATE_READERLOCK_ACQUIRED(rwlock) ANNOTATE_RWLOCK_ACQUIRED(rwlock, 0) argument 249 #define ANNOTATE_WRITERLOCK_ACQUIRED(rwlock) ANNOTATE_RWLOCK_ACQUIRED(rwlock, 1) argument 258 #define ANNOTATE_RWLOCK_RELEASED(rwlock, is_w) \ argument 267 #define ANNOTATE_READERLOCK_RELEASED(rwlock) ANNOTATE_RWLOCK_RELEASED(rwlock, 0) argument 272 #define ANNOTATE_WRITERLOCK_RELEASED(rwlock) ANNOTATE_RWLOCK_RELEASED(rwlock, 1) argument
|
D | drd_pthread_intercepts.c | 1502 int pthread_rwlock_init_intercept(pthread_rwlock_t* rwlock, in pthread_rwlock_init_intercept() 1523 int rwlock_init_intercept(rwlock_t *rwlock, int type, void *arg) in rwlock_init_intercept() 1542 int pthread_rwlock_destroy_intercept(pthread_rwlock_t* rwlock) in pthread_rwlock_destroy_intercept() 1567 int pthread_rwlock_rdlock_intercept(pthread_rwlock_t* rwlock) in pthread_rwlock_rdlock_intercept() 1594 void lrw_rdlock_intercept(rwlock_t *rwlock) in lrw_rdlock_intercept() 1610 int pthread_rwlock_wrlock_intercept(pthread_rwlock_t* rwlock) in pthread_rwlock_wrlock_intercept() 1637 void lrw_wrlock_intercept(rwlock_t *rwlock) in lrw_wrlock_intercept() 1653 int pthread_rwlock_timedrdlock_intercept(pthread_rwlock_t* rwlock, in pthread_rwlock_timedrdlock_intercept() 1679 int pthread_rwlock_timedwrlock_intercept(pthread_rwlock_t* rwlock, in pthread_rwlock_timedwrlock_intercept() 1705 int pthread_rwlock_tryrdlock_intercept(pthread_rwlock_t* rwlock) in pthread_rwlock_tryrdlock_intercept() [all …]
|
D | drd_clientobj.h | 153 struct rwlock_info rwlock; member
|
D | drd_error.h | 154 Addr rwlock; member
|
/external/valgrind/helgrind/ |
D | hg_intercepts.c | 2052 rwlock_t *rwlock, in PTH_FUNC() 2137 static int pthread_rwlock_wrlock_WRK(pthread_rwlock_t* rwlock) in pthread_rwlock_wrlock_WRK() 2166 pthread_rwlock_t* rwlock) { in PTH_FUNC() 2171 pthread_rwlock_t* rwlock) { in PTH_FUNC() 2176 pthread_rwlock_t *rwlock) { in PTH_FUNC() 2186 rwlock_t *rwlock) in PTH_FUNC() 2217 static int pthread_rwlock_rdlock_WRK(pthread_rwlock_t* rwlock) in pthread_rwlock_rdlock_WRK() 2246 pthread_rwlock_t* rwlock) { in PTH_FUNC() 2251 pthread_rwlock_t* rwlock) { in PTH_FUNC() 2256 pthread_rwlock_t *rwlock) { in PTH_FUNC() [all …]
|
/external/dng_sdk/source/ |
D | dng_pthread.cpp | 861 int dng_pthread_rwlock_init(dng_pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attrs) in dng_pthread_rwlock_init() 876 int dng_pthread_rwlock_destroy(dng_pthread_rwlock_t *rwlock) in dng_pthread_rwlock_destroy() 902 int dng_pthread_rwlock_rdlock(dng_pthread_rwlock_t *rwlock) in dng_pthread_rwlock_rdlock() 949 int dng_pthread_rwlock_tryrdlock(dng_pthread_rwlock_t *rwlock) in dng_pthread_rwlock_tryrdlock() 968 int dng_pthread_rwlock_trywrlock(dng_pthread_rwlock_t *rwlock) in dng_pthread_rwlock_trywrlock() 989 int dng_pthread_rwlock_unlock(dng_pthread_rwlock_t *rwlock) in dng_pthread_rwlock_unlock() 1029 int dng_pthread_rwlock_wrlock(dng_pthread_rwlock_t *rwlock) in dng_pthread_rwlock_wrlock()
|
/external/valgrind/drd/tests/ |
D | trylock.c | 23 pthread_rwlock_t rwlock; in main() local
|
D | hold_lock.c | 30 pthread_rwlock_t rwlock; in main() local
|
/external/compiler-rt/test/tsan/ |
D | write_in_reader_lock.cc | 4 pthread_rwlock_t rwlock; variable
|
/external/valgrind/helgrind/tests/ |
D | safe-pthread.h | 38 static int safe_pthread_rwlock_unlock( pthread_rwlock_t *rwlock ) { in safe_pthread_rwlock_unlock()
|
/external/fio/ |
D | file.h | 108 struct fio_rwlock *rwlock; member
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | ICUServiceTest.java | 885 ICURWLock rwlock = new ICURWLock(); in TestCoverage() local
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | ICUServiceTest.java | 881 ICURWLock rwlock = new ICURWLock(); in TestCoverage() local
|
/external/bison/lib/glthread/ |
D | lock.h | 207 pthread_rwlock_t rwlock; /* read-write lock */ member
|