Searched refs:State (Results 1 – 7 of 7) sorted by relevance
| /oneTBB/test/common/ |
| H A D | concepts_common.h | 32 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 D | state_trackable.h | 40 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 D | test_mutex.h | 151 template <typename State, long TestSize> 154 State& state; 156 Work( State& st ) : state(st){ Order = 0; } in Work()
|
| H A D | test_scheduler_mix.cpp | 44 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 D | backend.cpp | 160 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 D | function_replacement.cpp | 171 if (memInfo.State == MEM_FREE && memInfo.RegionSize >= m_allocSize) in CreateBuffer()
|
| /oneTBB/test/conformance/ |
| H A D | conformance_concurrent_vector.cpp | 714 move_support_tests::Foo::State desired_state; in operator ()() 819 move_support_tests::Foo::State expected_element_state;
|