HomeSort by relevance Sort by last modified time
    Searched full:io_sync (Results 1 - 5 of 5) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_flags.cc 61 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"
tsan_fd.cc 101 if (flags()->io_sync == 0) {
103 } else if (flags()->io_sync == 1) {
105 } else if (flags()->io_sync == 2) {
tsan_flags.h 86 int io_sync; member in struct:__tsan::Flags
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_flags_test.cc 62 " io_sync=1"
107 " io_sync=2"
152 EXPECT_EQ(f->io_sync, 1);
197 EXPECT_EQ(f->io_sync, 2);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib64/
libtsan.a     [all...]

Completed in 110 milliseconds