Home
last modified time | relevance | path

Searched defs:rwlock (Results 1 – 25 of 53) sorted by relevance

123

/external/ltp/utils/ffsb-6.0-rc2/
Drwlock.h27 struct rwlock { struct
38 void init_rwlock(struct rwlock *rw); argument
/external/llvm/lib/Support/
DRWMutex.cpp50 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/
DRWMutex.cpp66 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/
Dthread.c115 _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/
Ddrd.h219 #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
Ddrd_pthread_intercepts.c1508 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/
D5-1.c46 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/
D5-1.c53 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/
D3-1.c27 static pthread_rwlock_t rwlock; in main() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_unlock/
D4-1.c32 static pthread_rwlock_t rwlock; in main() local
D4-2.c32 static pthread_rwlock_t rwlock; variable
D2-1.c31 static pthread_rwlock_t rwlock; variable
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_destroy/
D3-1.c26 pthread_rwlock_t rwlock; in main() local
D1-1.c26 pthread_rwlock_t rwlock; in main() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_wrlock/
D3-1.c30 static pthread_rwlock_t rwlock; in main() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_init/
D6-1.c30 static pthread_rwlock_t rwlock; in main() local
D3-1.c28 static pthread_rwlock_t rwlock; variable
D2-1.c26 static pthread_rwlock_t rwlock; variable
D1-1.c26 static pthread_rwlock_t rwlock; variable
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_rdlock/
D5-1.c30 static pthread_rwlock_t rwlock; in main() local
D1-1.c33 static pthread_rwlock_t rwlock; variable
/external/valgrind/drd/tests/
Dtrylock.c23 pthread_rwlock_t rwlock; in main() local
Dhold_lock.c30 pthread_rwlock_t rwlock; in main() local
/external/compiler-rt/test/tsan/
Dwrite_in_reader_lock.cc4 pthread_rwlock_t rwlock; variable
/external/valgrind/helgrind/
Dhg_intercepts.c2060 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 …]

123