Home
last modified time | relevance | path

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

1234

/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/musl/src/thread/
Dpthread_rwlock_wrlock.c3 int __pthread_rwlock_wrlock(pthread_rwlock_t *rw) in __pthread_rwlock_wrlock()
Dpthread_rwlock_destroy.c3 int pthread_rwlock_destroy(pthread_rwlock_t *rw) in pthread_rwlock_destroy()
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_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/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/musl/compat/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()
Dpthread_rwlock_timedwrlock_time32.c5 int __pthread_rwlock_timedwrlock_time32(pthread_rwlock_t *restrict rw, const struct timespec32 *res… in __pthread_rwlock_timedwrlock_time32()
/external/autotest/client/site_tests/usbpd_GFU/
Dusbpd_GFU.py95 def _modify_rw(self, port, rw=None, tries=3): argument
145 def _test_update(self, port, rw=None, tries=3): argument
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/csv/
DCSVGroupHandlerTest.java42 final ClassRowWriter rw = new ClassRowWriter(dw, new JavaNames()); in setup() local
/external/arm-trusted-firmware/services/spd/opteed/
Dopteed_common.c23 uint32_t rw, uint64_t pc, in opteed_init_optee_ep_state()
/external/arm-trusted-firmware/services/spd/tspd/
Dtspd_common.c25 uint32_t rw, in tspd_init_tsp_ep_state()
/external/arm-trusted-firmware/services/spd/tlkd/
Dtlkd_common.c81 uint32_t rw, in tlkd_init_tlk_ep_state()
/external/protobuf/src/google/protobuf/util/
Dmessage_differencer_unittest.proto72 repeated string rw = 10; // Test for combinations field
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowSharedMemory.java55 try (RandomAccessFile randomAccessFile = new RandomAccessFile(file, "rw")) { in map()
/external/libevent/test/
Dregress_ssl.c643 struct rwcount *rw = BIO_get_data(b); in bio_rwcount_read() local
654 struct rwcount *rw = BIO_get_data(b); in bio_rwcount_write() local
665 struct rwcount *rw = BIO_get_data(b); in bio_rwcount_ctrl() local
739 struct rwcount rw = { -1, 0, 0 }; in regress_bufferevent_openssl_connect() local
/external/mesa3d/src/gallium/auxiliary/target-helpers/
Ddrm_helper.h158 struct radeon_winsys *rw; in DRM_DRIVER_DESCRIPTOR() local
177 struct radeon_winsys *rw; in pipe_r600_create_screen() local
/external/blktrace/btt/
Dseek.c45 static FILE *seek_open(char *str, char rw) in seek_open()
254 char rw = IOP_READ(iop) ? 'r' : 'w'; in seeki_add() local
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowSharedMemory.java65 try (RandomAccessFile randomAccessFile = new RandomAccessFile(file, "rw")) { in map()

1234