Home
last modified time | relevance | path

Searched refs:dummy (Results 1 – 6 of 6) sorted by relevance

/oneTBB/test/common/
H A Drwm_upgrade_downgrade.h30 mutable volatile int dummy; member
/oneTBB/test/conformance/
H A Dconformance_concurrent_vector.cpp616 struct dummy : StateTrackable<>{ struct
618 dummy(int an_i) noexcept : StateTrackable<>(0), i(an_i) {} in dummy() function
620 friend bool operator== (const dummy &lhs, const dummy &rhs){ return lhs.i == rhs.i; } in operator ==()
625 using TestMoveInShrinkToFitHelpers::dummy; in TestSerialMoveInShrinkToFit() argument
627 …static_assert(std::is_nothrow_move_constructible<dummy>::value,"incorrect test setup or broken con… in TestSerialMoveInShrinkToFit()
629 dummy src(0); in TestSerialMoveInShrinkToFit()
630 …REQUIRE_MESSAGE(is_state<StateTrackableBase::MoveInitialized>(dummy(std::move_if_noexcept(src))),"… in TestSerialMoveInShrinkToFit()
633 using c_vector_t = oneapi::tbb::concurrent_vector<dummy>; in TestSerialMoveInShrinkToFit()
634 std::vector<dummy> source(sequence_size, 0); in TestSerialMoveInShrinkToFit()
1184 move_support_tests::Foo dummy; //make FooCount non zero; in TestEmplaceBackExceptionSafety() local
[all …]
/oneTBB/include/oneapi/tbb/detail/
H A D_machine.h84 unsigned char dummy = 0u; in atomic_fence_seq_cst() local
85 __asm__ __volatile__ ("lock; notb %0" : "+m" (dummy) :: "memory"); in atomic_fence_seq_cst()
/oneTBB/doc/main/tbb_userguide/
H A Dparallel_reduce.rst74 object, and a dummy argument of type ``split``, which is defined by the
75 library. The dummy argument distinguishes the splitting constructor from
H A Dcreate_token_based_system.rst120 dummy type; it could for example be a buffer or other object that is
/oneTBB/src/tbbmalloc/
H A Dtbbmalloc_internal.h705 int dummy;
707 … uintptr_t xi = (uintptr_t)autoObjPtr.load(std::memory_order_relaxed), yi = (uintptr_t)&dummy;