Home
last modified time | relevance | path

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

/third_party/boost/libs/fiber/doc/
Dscheduling.qbk509 algorithm_with_properties] subclass[s] [member_link
510 algorithm_with_properties..property_change] method.]]
513 algorithm_with_properties..pick_next] method might dynamically select
515 algorithm_with_properties..awakened] might instead insert each ready
529 [template_heading algorithm_with_properties]
532 derived from `algorithm_with_properties<PROPS>`. `PROPS` should be
542 struct algorithm_with_properties {
562 [member_heading algorithm_with_properties..awakened]
571 [[Note:] [An `algorithm_with_properties<>` subclass must override this
575 [member_heading algorithm_with_properties..pick_next]
[all …]
Dcustomization.qbk75 algorithm_with_properties], specifying our custom property class
81 algorithm_with_properties..new_properties]: we're content with
117 fiber manager calls [member_link algorithm_with_properties..pick_next].
Dfiber.qbk31 struct algorithm_with_properties;
397 [template_link algorithm_with_properties] with the same template
401 `algorithm_with_properties` subclass with some other template parameter
403 [[Note:] [[template_link algorithm_with_properties] provides a way for a
705 algorithm_with_properties] with the same template argument `PROPS`.]]
709 `algorithm_with_properties` subclass with some other template parameter
711 [[Note:] [[template_link algorithm_with_properties] provides a way for a
/third_party/boost/boost/fiber/algo/
Dalgorithm.hpp75 struct algorithm_with_properties : public algorithm_with_properties_base { struct
/third_party/boost/libs/fiber/examples/
Dpriority.cpp78 public boost::fibers::algo::algorithm_with_properties< priority_props > {