Home
last modified time | relevance | path

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

/third_party/boost/libs/statechart/test/
DFifoSchedulerTest.cpp43 struct EvTerminate : sc::event< EvTerminate > {}; struct
126 sc::termination< EvTerminate >,
135 machine.my_handle(), MakeEvent( new EvTerminate() ) ); in react()
DCustomReactionTest.cpp42 struct EvTerminate : sc::event< EvTerminate > {}; struct
108 sc::custom_reaction< EvTerminate >,
142 sc::result react( const EvTerminate & ) in react()