OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sync_add_and_fetch
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/main/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 1684 milliseconds