Home
last modified time | relevance | path

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

/third_party/boost/boost/fiber/algo/
Dalgorithm.hpp75 struct algorithm_with_properties : public algorithm_with_properties_base { struct
76 typedef algorithm_with_properties_base super;
82 void awakened( context * ctx) noexcept final { in awakened()
108 PROPS & properties( context * ctx) noexcept { in properties()
113 virtual void property_change( context * /* ctx */, PROPS & /* props */) noexcept { in property_change()
117 void property_change_( context * ctx, fiber_properties * props) noexcept final { in property_change_()
124 virtual fiber_properties * new_properties( context * ctx) { in new_properties()