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

/external/valgrind/main/drd/tests/
H A Datomic_var.c3 * 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)
H A Dtsan_unittest.cpp4095 static int s_x = 0; member in namespace:test84
4096 /* s_dummy[] ensures that s_x and s_y are not in the same cache line. */
4103 AtomicIncrement(&s_x, 1);
4108 while (AtomicIncrement(&s_x, 0) == 0)
/external/llvm/test/MC/COFF/
H A Dsection.s37 .section s_x,"x"; .long 1
122 // CHECK: Name: s_x
/external/clang/test/Sema/
H A Dformat-strings-scanf.c26 unsigned short s_x; local
27 scanf ("%" "hu" "\n", &s_x); // no-warning

Completed in 112 milliseconds