Searched refs:ALGORITHM_ADD (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
H A D | builtins_atomics_test.cpp | 181 ALGORITHM_ADD, member in panda::test::AlgorithmType 209 case AlgorithmType::ALGORITHM_ADD: in AtomicsAlgorithm() 264 auto result = AtomicsAlgorithm(thread, obj, vals, 10, AlgorithmType::ALGORITHM_ADD); in HWTEST_F_L0() 275 auto result = AtomicsAlgorithm(thread, obj, vals, 10, AlgorithmType::ALGORITHM_ADD); in AddCommon() 294 result = AtomicsAlgorithm(thread, obj, vals, 10, AlgorithmType::ALGORITHM_ADD); in HWTEST_F_L0() 612 result = AtomicsAlgorithm(thread, obj, addVals, 8, AlgorithmType::ALGORITHM_ADD); in HWTEST_F_L0()
|
Completed in 2 milliseconds