Home
last modified time | relevance | path

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

/third_party/boost/boost/fiber/algo/
Dalgorithm.hpp113 virtual void property_change( context * /* ctx */, PROPS & /* props */) noexcept { in property_change() function
118 property_change( ctx, * static_cast< PROPS * >( props) ); in property_change_()
/third_party/boost/libs/fiber/doc/
Dscheduling.qbk510 algorithm_with_properties..property_change] method.]]
522 This passes control to the custom scheduler[s] `property_change()` method,
555 virtual void property_change( context *, PROPS &) noexcept;
625 algorithm_with_properties..property_change]. However, every [class_link
632 [member_heading algorithm_with_properties..property_change]
634 virtual void property_change( context * f, PROPS & properties) noexcept;
/third_party/boost/libs/fiber/examples/
Dpriority.cpp147 virtual void property_change( boost::fibers::context * ctx, priority_props & props) noexcept { in property_change() function in priority_scheduler