Home
last modified time | relevance | path

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

/third_party/boost/boost/thread/executors/
Dloop_executor.hpp48 return execute_one(/*wait:*/false); in try_executing_one()
60 bool execute_one(bool wait) in execute_one() function in boost::executors::loop_executor
111 while (execute_one(/*wait:*/true)) in loop()