Home
last modified time | relevance | path

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

/external/valgrind/drd/tests/
Datomic_var.c27 int sync_add_and_fetch(int* p, int i) in sync_add_and_fetch() function
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()