Home
last modified time | relevance | path

Searched defs:awakened (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/libs/fiber/src/algo/
Dround_robin.cpp21 round_robin::awakened( context * ctx) noexcept { in awakened() function in boost::fibers::algo::round_robin
Dshared_work.cpp23 shared_work::awakened( context * ctx) noexcept { in awakened() function in boost::fibers::algo::shared_work
Dwork_stealing.cpp50 work_stealing::awakened( context * ctx) noexcept { in awakened() function in boost::fibers::algo::work_stealing
/third_party/boost/boost/fiber/algo/
Dalgorithm.hpp82 void awakened( context * ctx) noexcept final { in awakened() function
/third_party/boost/libs/fiber/examples/asio/
Dround_robin.hpp101 void awakened( context * ctx) noexcept { in awakened() function in boost::fibers::asio::round_robin
/third_party/boost/libs/fiber/src/numa/algo/
Dwork_stealing.cpp92 work_stealing::awakened( context * ctx) noexcept { in awakened() function in boost::fibers::numa::algo::work_stealing
/third_party/boost/libs/fiber/examples/
Dpriority.cpp97 virtual void awakened( boost::fibers::context * ctx, priority_props & props) noexcept { in awakened() function in priority_scheduler