Searched refs:s_x (Results 1 – 4 of 4) sorted by relevance
32 static int s_x = 0; variable40 (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()
4095 static int s_x = 0; variable4103 AtomicIncrement(&s_x, 1); in thread_func_1()4108 while (AtomicIncrement(&s_x, 0) == 0) in thread_func_2()
26 unsigned short s_x; in test() local27 scanf ("%" "hu" "\n", &s_x); // no-warning in test()
3906 static int s_x = 0; variable3914 AtomicIncrement(&s_x, 1); in thread_func_1()3919 while (AtomicIncrement(&s_x, 0) == 0) in thread_func_2()