Home | History | Annotate | Download | only in fio

Lines Matching refs:__sync_fetch_and_add

666 # __sync_fetch_and_add test
674 return __sync_fetch_and_add(ptr, 0);
684 if compile_prog "" "" "__sync_fetch_and_add()" ; then
687 echo "__sync_fetch_and_add $sfaa"