HomeSort by relevance Sort by last modified time
    Searched refs:s_x (Results 1 - 4 of 4) sorted by null

  /external/valgrind/main/drd/tests/
atomic_var.c 3 * Although another variable (s_x) is also modified by both threads, no race
32 static int s_x = 0; variable
33 /* g_dummy[] ensures that s_x and s_y are not in the same cache line. */
40 (void) sync_add_and_fetch(&s_x, 1);
46 while (sync_add_and_fetch(&s_x, 0) == 0)
tsan_unittest.cpp 4095 static int s_x = 0; member in namespace:test84
    [all...]
  /external/llvm/test/MC/COFF/
section.s 37 .section s_x,"x"; .long 1
122 // CHECK: Name: s_x
  /external/clang/test/Sema/
format-strings-scanf.c 26 unsigned short s_x; local
27 scanf ("%" "hu" "\n", &s_x); // no-warning

Completed in 112 milliseconds