Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/parallel/
H A Dcompatibility.h134 __fetch_and_add_64(volatile int64_t* __ptr, int64_t __addend) in __fetch_and_add_64() function
193 (_Tp)__fetch_and_add_64((volatile int64_t*) __ptr, (int64_t)__addend); in __fetch_and_add()