Searched refs:__fetch_and_add_32 (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
H A Dcompatibility.h95 __fetch_and_add_32(volatile int32_t* __ptr, int32_t __addend) function in namespace:__gnu_parallel
116 #pragma message("slow __fetch_and_add_32")
190 (_Tp)__fetch_and_add_32((volatile int32_t*) __ptr, (int32_t)__addend);

Completed in 37 milliseconds