Home
last modified time | relevance | path

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

/dports/devel/caf/actor-framework-0.18.5/libcaf_core/src/
H A Dscheduled_actor.cpp533 setf(has_timeout_flag); in set_receive_timeout()
543 unsetf(has_timeout_flag); in set_receive_timeout()
560 unsetf(has_timeout_flag); in reset_receive_timeout()
564 return getf(has_timeout_flag) && timeout_id_ == tid; in is_active_receive_timeout()
744 auto had_timeout = getf(has_timeout_flag); in consume()
746 unsetf(has_timeout_flag); in consume()
760 setf(has_timeout_flag); in consume()
/dports/devel/caf/actor-framework-0.18.5/libcaf_core/caf/
H A Dabstract_actor.hpp114 static constexpr int has_timeout_flag = 0x0004; // single_timeout member in caf::abstract_actor