Searched refs:io_sync (Results 1 - 4 of 4) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_flags.h86 int io_sync; member in struct:__tsan::Flags
H A Dtsan_flags.cc61 ParseFlag(env, &f->io_sync, "io_sync", "");
96 f->io_sync = 1;
132 if (f->io_sync < 0 || f->io_sync > 2) {
133 Printf("ThreadSanitizer: incorrect value for io_sync"
H A Dtsan_fd.cc101 if (flags()->io_sync == 0) {
103 } else if (flags()->io_sync == 1) {
105 } else if (flags()->io_sync == 2) {
/external/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_flags_test.cc62 " io_sync=1"
107 " io_sync=2"
152 EXPECT_EQ(f->io_sync, 1);
197 EXPECT_EQ(f->io_sync, 2);

Completed in 86 milliseconds