Home
last modified time | relevance | path

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

/dports/biology/diamond/diamond-2.0.13/src/util/parallel/
H A Dparallelizer.cpp135 cmd_fs.poll_query(msg); in barrier()
146 cmd_fs.poll_query(msg_ok); in barrier()
H A Dfilestack.h50 … bool poll_query(const std::string & query, const double sleep_s=0.5, const size_t max_iter=7200);
H A Dfilestack.cpp358 bool FileStack::poll_query(const string & query, const double sleep_s, const size_t max_iter) { in poll_query() function in FileStack