Searched defs:sync_add_and_fetch (Results 1 - 1 of 1) sorted by last modified time

/external/valgrind/drd/tests/
H A Datomic_var.c27 int sync_add_and_fetch(int* p, int i) function
40 (void) sync_add_and_fetch(&s_x, 1);
46 while (sync_add_and_fetch(&s_x, 0) == 0)

Completed in 152 milliseconds