Home
last modified time | relevance | path

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

/third_party/boost/libs/graph_parallel/src/
Dmpi_process_group.cpp785 bool no_new_messages = false; in synchronize() local
803 impl_->synchronizing_unfinished.push_back(no_new_messages ? 0 : 1); in synchronize()
806 impl_->synchronizing_unfinished[stage]+=(no_new_messages ? 0 : 1); in synchronize()
819 int sync_message = no_new_messages ? -1 : impl_->number_sent_batches[dest]; in synchronize()
875 no_new_messages = true; in synchronize()
879 no_new_messages = false; in synchronize()