Home
last modified time | relevance | path

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

/third_party/boost/boost/fiber/algo/
Dalgorithm.hpp67 virtual void property_change_( context * ctx, fiber_properties * props) noexcept = 0;
117 void property_change_( context * ctx, fiber_properties * props) noexcept final { in property_change_() function
/third_party/boost/libs/fiber/src/
Dproperties.cpp32 property_change_( ctx_, this); in notify()