Home
last modified time | relevance | path

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

/dports/misc/py-tvm/incubator-tvm-0.6.1/3rdparty/dmlc-core/include/dmlc/
H A Dthread_group.h119 , auto_remove_(false) { in name_()
208 return auto_remove_; in is_auto_remove()
217 auto_remove_ = false; in make_joinable()
227 CHECK_EQ(auto_remove_, false); in joinable()
263 CHECK_EQ(auto_remove_, false); in internal_join()
306 volatile bool auto_remove_; variable
767 pThis->auto_remove_ = autoRemove; in launch()
/dports/devel/dmlc-core/dmlc-core-0.3-123-gb3a4c71/include/dmlc/
H A Dthread_group.h119 , auto_remove_(false) { in name_()
208 return auto_remove_; in is_auto_remove()
217 auto_remove_ = false; in make_joinable()
226 CHECK_EQ(auto_remove_, false); in joinable()
261 CHECK_EQ(auto_remove_, false); in internal_join()
304 std::atomic<bool> auto_remove_; variable
765 pThis->auto_remove_ = autoRemove; in launch()
/dports/games/wesnoth/wesnoth-1.14.17/src/ai/default/
H A Dca.hpp81 bool auto_remove_; member in ai::ai_default_rca::move_leader_to_goals_phase
H A Dca.cpp251 : candidate_action(context,cfg), auto_remove_(), dst_(), id_(), move_() in move_leader_to_goals_phase()
275 auto_remove_ = goal["auto_remove"].to_bool(); in evaluate()
292 if (auto_remove_ && !id_.empty()) { in evaluate()
295 …move_ = check_move_action(leader->get_location(), leader->get_location(), !auto_remove_);//we do f… in evaluate()
346 if (auto_remove_ && !id_.empty()) { in execute()