Home
last modified time | relevance | path

Searched refs:event_base (Results 1 – 25 of 51) sorted by relevance

123

/third_party/boost/boost/statechart/
Devent_base.hpp49 class event_base : public detail::rtti_policy::rtti_base_type< class
56 intrusive_ptr< const event_base > intrusive_from_this() const;
60 event_base( detail::rtti_policy::id_provider_type idProvider ) : in event_base() function in boost::statechart::event_base
65 virtual ~event_base() {} in ~event_base()
69 virtual intrusive_ptr< const event_base > clone() const = 0;
82 inline void intrusive_ptr_add_ref( const ::boost::statechart::event_base * pBase ) in intrusive_ptr_add_ref()
87 inline void intrusive_ptr_release( const ::boost::statechart::event_base * pBase ) in intrusive_ptr_release()
108 inline intrusive_ptr< const event_base > event_base::intrusive_from_this() const in intrusive_from_this()
112 return intrusive_ptr< const event_base >( this ); in intrusive_from_this()
Devent.hpp31 MostDerived, event_base >
64 virtual intrusive_ptr< const event_base > clone() const in clone()
66 return intrusive_ptr< const event_base >( new MostDerived( in clone()
Devent_processor.hpp18 class event_base;
47 void process_event( const event_base & evt ) in process_event()
70 virtual void process_event_impl( const event_base & evt ) = 0;
Ddeferral.hpp22 class event_base;
49 class deferral< event_base >
Dtermination.hpp22 class event_base;
49 class termination< event_base >
Dcustom_reaction.hpp24 class event_base;
52 class custom_reaction< event_base >
Dasynchronous_state_machine.hpp26 class event_base;
71 virtual void process_event_impl( const event_base & evt ) in process_event_impl()
Dstate_machine.hpp241 typedef event_base event_base_type;
410 void unconsumed_event( const event_base & ) {} in unconsumed_event() argument
435 void post_event( const event_base & evt ) in post_event()
527 void post_event_impl( const event_base & evt ) in post_event_impl()
842 state_machine & machine, const event_base * pNewTriggeringEvent ) : in terminator()
Din_state_reaction.hpp24 class event_base;
/third_party/boost/libs/statechart/example/Handcrafted/
DHandcrafted.cpp70 class event_base class
73 virtual ~event_base() {} in ~event_base()
76 event_base() {} in event_base() function in event_base
83 class event : public event_base
109 void process_event( const event_base & evt ) in process_event()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-foreign/
Dlibevent.c21 static struct event_base *loop_event;
49 sighandler_event = evsignal_new((struct event_base *)loop_event, SIGINT, signal_cb_event, in foreign_event_loop_init_and_run_libevent()
52 timer_outer_event = event_new((struct event_base *)loop_event, -1, EV_PERSIST, in foreign_event_loop_init_and_run_libevent()
/third_party/mindspore/mindspore/ccsrc/ps/core/communicator/
Dhttp_request_handler.h52 static bufferevent *BuffereventCallback(event_base *base, void *arg);
55 struct event_base *evbase_;
Dhttp_message_handler.h106 const event_base *http_base() const;
107 void set_http_base(const struct event_base *base);
132 struct event_base *event_base_;
Dtcp_client.h74 const event_base &eventbase() const;
96 static event_base *event_base_;
Dhttp_message_handler.cc300 const event_base *HttpMessageHandler::http_base() const { return event_base_; } in http_base()
302 void HttpMessageHandler::set_http_base(const struct event_base *base) { in set_http_base()
304 event_base_ = const_cast<event_base *>(base); in set_http_base()
/third_party/boost/libs/statechart/test/
DInStateReactionTest.cpp39 void IncrementCount( const sc::event_base & ) { ++eventCount_; } in IncrementCount()
45 sc::in_state_reaction< sc::event_base, A, &A::IncrementCount >
DFifoSchedulerTest.cpp116 boost::intrusive_ptr< const sc::event_base > MakeEvent( in MakeEvent()
117 const sc::event_base * pEvent ) in MakeEvent()
119 return boost::intrusive_ptr< const sc::event_base >( pEvent ); in MakeEvent()
DTuTest.cpp32 void TuTest::unconsumed_event( const sc::event_base & ) in unconsumed_event() argument
DTuTest.hpp47 void unconsumed_event( const sc::event_base & );
/third_party/libwebsockets/lib/event-libs/libevent/
Dprivate-lib-event-libs-libevent.h33 struct event_base *io_loop;
/third_party/flutter/skia/third_party/externals/sdl/src/events/
DSDL_events.c611 Uint32 event_base; in SDL_RegisterEvents() local
614 event_base = SDL_userevents; in SDL_RegisterEvents()
617 event_base = (Uint32)-1; in SDL_RegisterEvents()
619 return event_base; in SDL_RegisterEvents()
/third_party/mesa3d/src/glx/windows/
Dxwindowsdri.h43 Bool XWindowsDRIQueryExtension(Display * dpy, int *event_base,
/third_party/nghttp2/examples/
Dlibevent-server.c106 struct event_base *evbase;
744 static void start_listen(struct event_base *evbase, const char *service, in start_listen()
777 struct event_base *evbase) { in initialize_app_context()
787 struct event_base *evbase; in run()
/third_party/boost/boost/statechart/detail/
Dstate_base.hpp125 const event_base & evt,
/third_party/mesa3d/src/glx/apple/
Dappledri.h88 Bool XAppleDRIQueryExtension(Display * dpy, int *event_base,

123