Searched defs:atomic_add_64bit (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/memcheck/tests/
H A Datomic_incs.c393 __attribute__((noinline)) void atomic_add_64bit ( long long int* p, int n ) function
509 atomic_add_64bit(p64, 98765 ); /* ensure we hit the upper 32 bits */
524 atomic_add_64bit(p64, 98765 ); /* ensure we hit the upper 32 bits */

Completed in 96 milliseconds