Home
last modified time | relevance | path

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

/external/valgrind/drd/tests/
Datomic_var.c32 static int s_x = 0; variable
40 (void) sync_add_and_fetch(&s_x, 1); in thread_func_1()
46 while (sync_add_and_fetch(&s_x, 0) == 0) in thread_func_2()
Dtsan_unittest.cpp4095 static int s_x = 0; variable
4103 AtomicIncrement(&s_x, 1); in thread_func_1()
4108 while (AtomicIncrement(&s_x, 0) == 0) in thread_func_2()
/external/clang/test/Sema/
Dformat-strings-scanf.c26 unsigned short s_x; in test() local
27 scanf ("%" "hu" "\n", &s_x); // no-warning in test()
/external/llvm/test/MC/COFF/
Dsection.s37 .section s_x,"x"; .long 1