Searched refs:is_top_priority (Results 1 – 3 of 3) sorted by relevance
86 bool is_top_priority_arena = my_arena.is_top_priority(); in is_worker_should_leave()
390 void arena::set_top_priority(bool is_top_priority) { in set_top_priority() argument391 my_is_top_priority.store(is_top_priority, std::memory_order_relaxed); in set_top_priority()394 bool arena::is_top_priority() const { in is_top_priority() function in tbb::detail::r1::arena
386 bool is_top_priority() const;