/external/ltp/utils/ffsb-6.0-rc2/ |
D | rwlock.h | 27 struct rwlock { struct 38 void init_rwlock(struct rwlock *rw); argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | RWMutex.cpp | 52 pthread_rwlock_t* rwlock = in RWMutexImpl() local 72 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in ~RWMutexImpl() local 81 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in reader_acquire() local 91 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in reader_release() local 101 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in writer_acquire() local 111 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in writer_release() local
|
/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/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedwrlock/ |
D | 5-1.c | 52 pthread_rwlock_t rwlock; in fn_wr_1() local 97 pthread_rwlock_t rwlock; in fn_wr_2() local
|
D | 2-1.c | 35 static pthread_rwlock_t rwlock; variable
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/ |
D | 5-1.c | 45 pthread_rwlock_t rwlock; in fn_rd_1() local 90 pthread_rwlock_t rwlock; in fn_rd_2() local
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_trywrlock/speculative/ |
D | 3-1.c | 26 static pthread_rwlock_t rwlock; in main() local
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_wrlock/ |
D | 3-1.c | 29 static pthread_rwlock_t rwlock; in main() local
|
D | 1-1.c | 31 static pthread_rwlock_t rwlock; variable
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_destroy/ |
D | 3-1.c | 25 pthread_rwlock_t rwlock; in main() local
|
D | 1-1.c | 25 pthread_rwlock_t rwlock; in main() local
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_init/ |
D | 6-1.c | 29 static pthread_rwlock_t rwlock; in main() local
|
D | 3-1.c | 27 static pthread_rwlock_t rwlock; variable
|
D | 2-1.c | 25 static pthread_rwlock_t rwlock; variable
|
D | 1-1.c | 25 static pthread_rwlock_t rwlock; variable
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_unlock/ |
D | 4-1.c | 31 static pthread_rwlock_t rwlock; in main() local
|
D | 4-2.c | 31 static pthread_rwlock_t rwlock; variable
|
D | 2-1.c | 30 static pthread_rwlock_t rwlock; variable
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_rdlock/ |
D | 5-1.c | 29 static pthread_rwlock_t rwlock; in main() local
|
D | 1-1.c | 32 static pthread_rwlock_t rwlock; variable
|
D | 4-1.c | 31 static pthread_rwlock_t rwlock; variable
|
/external/compiler-rt/test/tsan/ |
D | write_in_reader_lock.cc | 4 pthread_rwlock_t rwlock; variable
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_trywrlock/ |
D | 1-1.c | 31 static pthread_rwlock_t rwlock; variable
|