Home
last modified time | relevance | path

Searched defs:State (Results 1 – 4 of 4) sorted by relevance

/oneTBB/test/common/
H A Dstate_trackable.h42 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
H A Dconcepts_common.h32 enum class State { enum
/oneTBB/test/tbb/
H A Dtest_scheduler_mix.cpp44 struct State { struct in Random
45 std::random_device rd;
46 std::mt19937 gen;
47 std::uniform_int_distribution<> dist;
49 State() : gen(rd()), dist(0, std::numeric_limits<unsigned short>::max()) {} in State() argument
74 thread_local Random::State* Random::mState = nullptr;
/oneTBB/src/tbbmalloc/
H A Dbackend.cpp160 enum State { enum in rml::internal::GuardedSize