Searched refs:property_change (Results 1 – 3 of 3) sorted by relevance
113 virtual void property_change( context * /* ctx */, PROPS & /* props */) noexcept { in property_change() function118 property_change( ctx, * static_cast< PROPS * >( props) ); in property_change_()
510 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_link632 [member_heading algorithm_with_properties..property_change]634 virtual void property_change( context * f, PROPS & properties) noexcept;
147 virtual void property_change( boost::fibers::context * ctx, priority_props & props) noexcept { in property_change() function in priority_scheduler