Searched refs:cg_mu_ (Results 1 – 2 of 2) sorted by relevance
208 if (!cg_mu_) { in ExportCostGraph()212 mutex_lock l(*cg_mu_); in ExportCostGraph()218 cg_mu_.reset(new mutex()); in SetRunArgumentsAndCostGraph()220 mutex_lock l(*cg_mu_); in SetRunArgumentsAndCostGraph()229 if (update_costs && cg_mu_) { in RealRun()232 mutex_lock l(*cg_mu_); in RealRun()
89 QueueRunner() : coord_(nullptr), stopped_(false), cg_mu_(nullptr) {} in QueueRunner()133 mutable std::unique_ptr<mutex> cg_mu_; variable134 std::unique_ptr<CostGraphDef> cost_graph_ TF_GUARDED_BY(cg_mu_);