Home
last modified time | relevance | path

Searched refs:State (Results 1 – 7 of 7) sorted by relevance

/oneTBB/test/common/
H A Dconcepts_common.h32 enum class State { enum
55 State EnableOperatorLess, State EnableOperatorMinus, State EnableOperatorPlusSizeT>
167 State EnableLess, State EnableMinus, State EnablePlus>
347 …name Range, bool EnableSplitCtor, State EnableReverseJoin, State EnableAssign, State EnablePreScan…
456 …EnableSLDtor, State EnableSLAcquire, State EnableSLTryAcquire, bool EnableSLRelease, State EnableS…
488 template <State S>
498 … bool EnableSLRelease, State EnableSLUpgrade, State EnableSLDowngrade, State EnableSLIsWriter>
506 …*try_acquire = */State::correct, /*release = */true, /*upgrade = */State::correct, /*downgrade = *…
508 …*try_acquire = */State::correct, /*release = */true, /*upgrade = */State::correct, /*downgrade = *…
514 …*try_acquire = */State::correct, /*release = */true, /*upgrade = */State::correct, /*downgrade = *…
[all …]
H A Dstate_trackable.h40 class State {
42 State() noexcept : state(Unspecified) {} in State() function
44 State( const State& s ) : state(Unspecified) { in State() function
48 State( StateValue s ) noexcept : state(Unspecified) { in State() function
52 State& operator=( const State& st ) noexcept {
57 State& operator=( StateValue s ) noexcept {
90 void StateTrackableBase::State::assign_new_state( StateValue s ) noexcept { in assign_new_state()
144 State state;
/oneTBB/test/tbb/
H A Dtest_mutex.h151 template <typename State, long TestSize>
154 State& state;
156 Work( State& st ) : state(st){ Order = 0; } in Work()
H A Dtest_scheduler_mix.cpp44 struct State { struct in Random
49 State() : gen(rd()), dist(0, std::numeric_limits<unsigned short>::max()) {} in State() function
55 static thread_local State* mState;
56 tbb::concurrent_vector<State*> mStateList;
67 s = new State; in get()
74 thread_local Random::State* Random::mState = nullptr; argument
/oneTBB/src/tbbmalloc/
H A Dbackend.cpp160 enum State { enum in rml::internal::GuardedSize
174 size_t tryLock(State state) { in tryLock()
237 size_t trySetMeUsed(GuardedSize::State s) { return myL.tryLock(s); } in trySetMeUsed()
241 size_t trySetLeftUsed(GuardedSize::State s) { return leftL.tryLock(s); } in trySetLeftUsed()
/oneTBB/src/tbbmalloc_proxy/
H A Dfunction_replacement.cpp171 if (memInfo.State == MEM_FREE && memInfo.RegionSize >= m_allocSize) in CreateBuffer()
/oneTBB/test/conformance/
H A Dconformance_concurrent_vector.cpp714 move_support_tests::Foo::State desired_state; in operator ()()
819 move_support_tests::Foo::State expected_element_state;