Searched refs:anchor (Results 1 – 4 of 4) sorted by relevance
41 extern __declspec(dllexport) int anchor();45 extern "C" int anchor() { in anchor() function141 int anchor();188 CHECK(anchor() == 42);
167 int anchor{}; in get_stack_base()168 stack_base = reinterpret_cast<std::uintptr_t>(&anchor); in get_stack_base()
121 stack_anchor_type anchor{}; in can_steal()122 return reinterpret_cast<std::uintptr_t>(&anchor) > m_stealing_threshold; in can_steal()
184 stack_anchor_type anchor; in calculate_stealing_threshold() local185 …return r1::calculate_stealing_threshold(reinterpret_cast<std::uintptr_t>(&anchor), my_threading_co… in calculate_stealing_threshold()