OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/clang/test/Sema/
format-strings-scanf.c
26
unsigned short
s_x
;
local
27
scanf ("%" "hu" "\n", &
s_x
); // no-warning
/external/valgrind/unittest/
racecheck_unittest.cc
3906
static int
s_x
= 0;
member in namespace:test84
[
all
...]
Completed in 264 milliseconds