Home
last modified time | relevance | path

Searched defs:rw (Results 1 – 25 of 124) sorted by relevance

12345

/external/compiler-rt/test/tsan/
Dunaligned_race.cc21 static NOINLINE void access(volatile char *p, int sz, int rw) { in access()
49 static NOINLINE void access3(bool main, int sz1, bool rw, volatile char *p) { in access3()
66 access2(bool main, int sz1, int off2, bool rw, volatile char *obj) { in access2()
86 access1(bool main, int off, int sz1, int off2, bool rw, char *obj) { in access1()
110 for (int rw = 0; rw < 2; rw++) { in Test() local
Dunaligned_norace.cc18 static void access(char *p, int sz, int rw) { in access()
50 for (int rw = 0; rw < 2; rw++) { in Test() local
/external/private-join-and-compute/private_join_and_compute/util/
Drecordio_test.cc80 auto rw = std::unique_ptr<RecordWriter>(RecordWriter::Get()); in TEST() local
93 auto rw = std::unique_ptr<RecordWriter>(RecordWriter::Get()); in TEST() local
103 auto rw = std::unique_ptr<RecordWriter>(RecordWriter::Get()); in TEST() local
115 auto rw = std::unique_ptr<RecordWriter>(RecordWriter::Get()); in TEST() local
147 auto rw = std::unique_ptr<RecordWriter>(RecordWriter::Get()); in TEST() local
197 auto rw = std::unique_ptr<RecordWriter>(RecordWriter::Get()); in TEST() local
233 auto rw = std::unique_ptr<RecordWriter>(RecordWriter::Get()); in TEST() local
264 auto rw = std::unique_ptr<RecordWriter>(RecordWriter::Get()); in TEST() local
328 auto rw = std::unique_ptr<LineWriter>(LineWriter::Get()); in TEST() local
/external/musl/src/thread/
Dpthread_rwlock_rdlock.c3 int __pthread_rwlock_rdlock(pthread_rwlock_t *rw) in __pthread_rwlock_rdlock()
Dpthread_rwlock_trywrlock.c3 int __pthread_rwlock_trywrlock(pthread_rwlock_t *rw) in __pthread_rwlock_trywrlock()
Dpthread_rwlock_destroy.c3 int pthread_rwlock_destroy(pthread_rwlock_t *rw) in pthread_rwlock_destroy()
Dpthread_rwlock_wrlock.c3 int __pthread_rwlock_wrlock(pthread_rwlock_t *rw) in __pthread_rwlock_wrlock()
Dpthread_rwlock_init.c3 int pthread_rwlock_init(pthread_rwlock_t *restrict rw, const pthread_rwlockattr_t *restrict a) in pthread_rwlock_init()
Dpthread_rwlock_tryrdlock.c3 int __pthread_rwlock_tryrdlock(pthread_rwlock_t *rw) in __pthread_rwlock_tryrdlock()
Dpthread_rwlock_timedwrlock.c3 int __pthread_rwlock_timedwrlock(pthread_rwlock_t *restrict rw, const struct timespec *restrict at) in __pthread_rwlock_timedwrlock()
Dpthread_rwlock_timedrdlock.c3 int __pthread_rwlock_timedrdlock(pthread_rwlock_t *restrict rw, const struct timespec *restrict at) in __pthread_rwlock_timedrdlock()
Dpthread_rwlock_unlock.c3 int __pthread_rwlock_unlock(pthread_rwlock_t *rw) in __pthread_rwlock_unlock()
/external/trusty/musl/src/thread/
Dpthread_rwlock_rdlock.c3 int __pthread_rwlock_rdlock(pthread_rwlock_t *rw) in __pthread_rwlock_rdlock()
Dpthread_rwlock_trywrlock.c3 int __pthread_rwlock_trywrlock(pthread_rwlock_t *rw) in __pthread_rwlock_trywrlock()
Dpthread_rwlock_destroy.c3 int pthread_rwlock_destroy(pthread_rwlock_t *rw) in pthread_rwlock_destroy()
Dpthread_rwlock_wrlock.c3 int __pthread_rwlock_wrlock(pthread_rwlock_t *rw) in __pthread_rwlock_wrlock()
Dpthread_rwlock_init.c3 int pthread_rwlock_init(pthread_rwlock_t *restrict rw, const pthread_rwlockattr_t *restrict a) in pthread_rwlock_init()
Dpthread_rwlock_tryrdlock.c3 int __pthread_rwlock_tryrdlock(pthread_rwlock_t *rw) in __pthread_rwlock_tryrdlock()
Dpthread_rwlock_timedwrlock.c3 int __pthread_rwlock_timedwrlock(pthread_rwlock_t *restrict rw, const struct timespec *restrict at) in __pthread_rwlock_timedwrlock()
Dpthread_rwlock_timedrdlock.c3 int __pthread_rwlock_timedrdlock(pthread_rwlock_t *restrict rw, const struct timespec *restrict at) in __pthread_rwlock_timedrdlock()
Dpthread_rwlock_unlock.c3 int __pthread_rwlock_unlock(pthread_rwlock_t *rw) in __pthread_rwlock_unlock()
/external/musl/compat/time32/
Dpthread_rwlock_timedwrlock_time32.c5 int __pthread_rwlock_timedwrlock_time32(pthread_rwlock_t *restrict rw, const struct timespec32 *res… in __pthread_rwlock_timedwrlock_time32()
Dpthread_rwlock_timedrdlock_time32.c5 int __pthread_rwlock_timedrdlock_time32(pthread_rwlock_t *restrict rw, const struct timespec32 *res… in __pthread_rwlock_timedrdlock_time32()
/external/blktrace/
Dblkparse.c1180 int rw) in __account_m()
1194 int rw) in account_m()
1206 struct blk_io_trace *t, int rw) in __account_pc_queue()
1220 struct per_cpu_info *pci, int rw) in account_pc_queue()
1231 static inline void __account_pc_issue(struct io_stats *ios, int rw, in __account_pc_issue()
1246 struct per_cpu_info *pci, int rw) in account_pc_issue()
1258 struct blk_io_trace *t, int rw) in __account_pc_requeue()
1272 struct per_cpu_info *pci, int rw) in account_pc_requeue()
1283 static inline void __account_pc_c(struct io_stats *ios, int rw) in __account_pc_c()
1292 struct per_cpu_info *pci, int rw) in account_pc_c()
[all …]
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/csv/
DCSVGroupHandlerTest.java42 final ClassRowWriter rw = new ClassRowWriter(dw, new JavaNames()); in setup() local

12345