HomeSort by relevance Sort by last modified time
    Searched full:sync_add_and_fetch (Results 1 - 1 of 1) sorted by null

  /external/valgrind/drd/tests/
atomic_var.c 27 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 223 milliseconds