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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/c++/4.8.1/parallel/
H A Dpartition.h131 __fetch_and_add(&__dist, -__chunk_size);
134 __fetch_and_add(&__dist, __chunk_size);
141 __fetch_and_add(&__left, __chunk_size);
150 __fetch_and_add(&__dist, -__chunk_size);
153 __fetch_and_add(&__dist, __chunk_size);
160 __fetch_and_add(&__right, -__chunk_size);
H A Dcompatibility.h74 __fetch_and_add(volatile _Tp* __ptr, _Tp __addend) function in namespace:__gnu_parallel
H A Dqueue.h94 __fetch_and_add(&_M_borders, __encode2(1, 0));
H A Dfind.h232 _DifferenceType __start = __fetch_and_add<_DifferenceType>
263 __fetch_and_add<_DifferenceType>(&__next_block_start,
273 __start = __fetch_and_add<_DifferenceType>(&__next_block_start,
H A Dworkstealing.h215 __fetch_and_add<_DifferenceType>(&(__my_job._M_first),
275 __fetch_and_add<_DifferenceType>

Completed in 115 milliseconds