Searched refs:graphtasks_queue_ (Results 1 – 2 of 2) sorted by relevance
627 lk, [&tp_shared] { return !tp_shared->graphtasks_queue_.empty(); }); in reentrant_thread_init()629 auto task = tp_shared->graphtasks_queue_.front(); in reentrant_thread_init()630 tp_shared->graphtasks_queue_.pop(); in reentrant_thread_init()1527 thread_pool_shared_->graphtasks_queue_.size()); in add_thread_pool_task()1528 thread_pool_shared_->graphtasks_queue_.push(graph_task); in add_thread_pool_task()
259 std::queue<std::weak_ptr<GraphTask>> graphtasks_queue_; member