/external/ltp/utils/ffsb-6.0-rc2/ |
D | rwlock.h | 27 struct rwlock { struct 38 void init_rwlock(struct rwlock *rw); argument
|
/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/swiftshader/third_party/LLVM/lib/Support/ |
D | RWMutex.cpp | 66 pthread_rwlock_t* rwlock = in RWMutexImpl() local 89 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in ~RWMutexImpl() local 101 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in reader_acquire() local 114 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in reader_release() local 127 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in writer_acquire() local 140 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in writer_release() local
|
/external/libcups/cups/ |
D | thread.c | 115 _cupsRWInit(_cups_rwlock_t *rwlock) /* I - Reader/writer lock */ in _cupsRWInit() 126 _cupsRWLockRead(_cups_rwlock_t *rwlock) /* I - Reader/writer lock */ in _cupsRWLockRead() 137 _cupsRWLockWrite(_cups_rwlock_t *rwlock)/* I - Reader/writer lock */ in _cupsRWLockWrite() 148 _cupsRWUnlock(_cups_rwlock_t *rwlock) /* I - Reader/writer lock */ in _cupsRWUnlock() 302 _cupsRWInit(_cups_rwlock_t *rwlock) /* I - Reader/writer lock */ in _cupsRWInit() 313 _cupsRWLockRead(_cups_rwlock_t *rwlock) /* I - Reader/writer lock */ in _cupsRWLockRead() 324 _cupsRWLockWrite(_cups_rwlock_t *rwlock)/* I - Reader/writer lock */ in _cupsRWLockWrite() 335 _cupsRWUnlock(_cups_rwlock_t *rwlock) /* I - Reader/writer lock */ in _cupsRWUnlock() 465 _cupsRWInit(_cups_rwlock_t *rwlock) /* I - Reader/writer lock */ in _cupsRWInit() 476 _cupsRWLockRead(_cups_rwlock_t *rwlock) /* I - Reader/writer lock */ in _cupsRWLockRead() [all …]
|
/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 | 1508 int pthread_rwlock_init_intercept(pthread_rwlock_t* rwlock, in pthread_rwlock_init_intercept() 1529 int rwlock_init_intercept(rwlock_t *rwlock, int type, void *arg) in rwlock_init_intercept() 1548 int pthread_rwlock_destroy_intercept(pthread_rwlock_t* rwlock) in pthread_rwlock_destroy_intercept() 1573 int pthread_rwlock_rdlock_intercept(pthread_rwlock_t* rwlock) in pthread_rwlock_rdlock_intercept() 1600 void lrw_rdlock_intercept(rwlock_t *rwlock) in lrw_rdlock_intercept() 1616 int pthread_rwlock_wrlock_intercept(pthread_rwlock_t* rwlock) in pthread_rwlock_wrlock_intercept() 1643 void lrw_wrlock_intercept(rwlock_t *rwlock) in lrw_wrlock_intercept() 1659 int pthread_rwlock_timedrdlock_intercept(pthread_rwlock_t* rwlock, in pthread_rwlock_timedrdlock_intercept() 1685 int pthread_rwlock_timedwrlock_intercept(pthread_rwlock_t* rwlock, in pthread_rwlock_timedwrlock_intercept() 1711 int pthread_rwlock_tryrdlock_intercept(pthread_rwlock_t* rwlock) in pthread_rwlock_tryrdlock_intercept() [all …]
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/ |
D | 5-1.c | 46 pthread_rwlock_t rwlock; in fn_rd_1() local 91 pthread_rwlock_t rwlock; in fn_rd_2() local
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedwrlock/ |
D | 5-1.c | 53 pthread_rwlock_t rwlock; in fn_wr_1() local 98 pthread_rwlock_t rwlock; in fn_wr_2() local
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_trywrlock/speculative/ |
D | 3-1.c | 27 static pthread_rwlock_t rwlock; in main() local
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_unlock/ |
D | 4-1.c | 32 static pthread_rwlock_t rwlock; in main() local
|
D | 4-2.c | 32 static pthread_rwlock_t rwlock; variable
|
D | 2-1.c | 31 static pthread_rwlock_t rwlock; variable
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_destroy/ |
D | 3-1.c | 26 pthread_rwlock_t rwlock; in main() local
|
D | 1-1.c | 26 pthread_rwlock_t rwlock; in main() local
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_wrlock/ |
D | 3-1.c | 30 static pthread_rwlock_t rwlock; in main() local
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_init/ |
D | 6-1.c | 30 static pthread_rwlock_t rwlock; in main() local
|
D | 3-1.c | 28 static pthread_rwlock_t rwlock; variable
|
D | 2-1.c | 26 static pthread_rwlock_t rwlock; variable
|
D | 1-1.c | 26 static pthread_rwlock_t rwlock; variable
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_rdlock/ |
D | 5-1.c | 30 static pthread_rwlock_t rwlock; in main() local
|
D | 1-1.c | 33 static pthread_rwlock_t rwlock; variable
|
/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/ |
D | hg_intercepts.c | 2060 rwlock_t *rwlock, in PTH_FUNC() 2145 static int pthread_rwlock_wrlock_WRK(pthread_rwlock_t* rwlock) in pthread_rwlock_wrlock_WRK() 2174 pthread_rwlock_t* rwlock) { in PTH_FUNC() 2179 pthread_rwlock_t* rwlock) { in PTH_FUNC() 2184 pthread_rwlock_t *rwlock) { in PTH_FUNC() 2194 rwlock_t *rwlock) in PTH_FUNC() 2225 static int pthread_rwlock_rdlock_WRK(pthread_rwlock_t* rwlock) in pthread_rwlock_rdlock_WRK() 2254 pthread_rwlock_t* rwlock) { in PTH_FUNC() 2259 pthread_rwlock_t* rwlock) { in PTH_FUNC() 2264 pthread_rwlock_t *rwlock) { in PTH_FUNC() [all …]
|