Searched refs:processor_context (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/boost/statechart/ |
D | processor_container.hpp | 78 class processor_context class in boost::statechart::processor_container 80 processor_context( in processor_context() function in boost::statechart::processor_container::processor_context 102 processor_context & operator=( const processor_context & ); 117 const processor_holder_ptr_type &, const processor_context & ); in create_processor() 122 processor_context( scheduler, handle ) ), in create_processor() 134 const processor_holder_ptr_type &, const processor_context &, in create_processor() 140 boost::bind( pImpl, this, pProcessor, processor_context( scheduler, handle ), in create_processor() 154 const processor_holder_ptr_type &, const processor_context &, in create_processor() 160 boost::bind( pImpl, this, pProcessor, processor_context( scheduler, handle ), in create_processor() 176 const processor_holder_ptr_type &, const processor_context &, in create_processor() [all …]
|
D | fifo_scheduler.hpp | 46 typedef typename container::processor_context processor_context; typedef in boost::statechart::fifo_scheduler
|
D | event_processor.hpp | 59 typedef const typename Scheduler::processor_context & my_context;
|