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

/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch.h212 // test_then_inc_acq template (general template should NOT be used)
213 template <typename T> static __forceinline T test_then_inc_acq(volatile T *p);
216 __forceinline kmp_int32 test_then_inc_acq<kmp_int32>(volatile kmp_int32 *p) { function
223 __forceinline kmp_int64 test_then_inc_acq<kmp_int64>(volatile kmp_int64 *p) { function
H A Dkmp_dispatch.cpp1482 init = chunk * test_then_inc_acq<ST>((volatile ST *)&sh->u.s.iteration);
1677 chunkIdx = test_then_inc_acq<ST>((volatile ST *)&sh->u.s.iteration);

Completed in 156 milliseconds