Home
last modified time | relevance | path

Searched refs:event_processor (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/statechart/
Devent_processor.hpp24 class event_processor class
28 virtual ~event_processor() {} in ~event_processor()
61 event_processor( my_context ctx ) : in event_processor() function in boost::statechart::event_processor
74 event_processor & operator=( const event_processor & );
Dasynchronous_state_machine.hpp38 public event_processor< Scheduler >
42 typedef event_processor< Scheduler > processor_base;
Dprocessor_container.hpp66 typedef event_processor< Scheduler > processor_base_type;
108 friend class event_processor< Scheduler >;
/third_party/FreeBSD/sys/dev/random/
Dyarrow.c83 SDT_PROBE_DEFINE3(random, yarrow, event_processor, debug, "boolean", "u_int", "struct ys_pool *");
273 …SDT_PROBE3(random, yarrow, event_processor, debug, yarrow_state.ys_seeded, yarrow_state.ys_slowove… in random_yarrow_reseed_internal()