Home
last modified time | relevance | path

Searched refs:anchor (Results 1 – 4 of 4) sorted by relevance

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_lib_unload.cpp41 extern __declspec(dllexport) int anchor();
45 extern "C" int anchor() { in anchor() function
141 int anchor();
188 CHECK(anchor() == 42);
/oneTBB/src/tbb/
H A Dgovernor.cpp167 int anchor{}; in get_stack_base()
168 stack_base = reinterpret_cast<std::uintptr_t>(&anchor); in get_stack_base()
H A Dtask_dispatcher.h121 stack_anchor_type anchor{}; in can_steal()
122 return reinterpret_cast<std::uintptr_t>(&anchor) > m_stealing_threshold; in can_steal()
H A Darena.cpp184 stack_anchor_type anchor; in calculate_stealing_threshold() local
185 …return r1::calculate_stealing_threshold(reinterpret_cast<std::uintptr_t>(&anchor), my_threading_co… in calculate_stealing_threshold()