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

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/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>
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/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 257 milliseconds