Home
last modified time | relevance | path

Searched refs:create_source (Results 1 – 10 of 10) sorted by relevance

/openbmc/sdeventplus/src/sdeventplus/source/
H A Dsignal.cpp16 Base(event, create_source(event, sig), std::false_type()) in Signal()
48 sd_event_source* Signal::create_source(const Event& event, int sig) in create_source() function in sdeventplus::source::Signal
H A Dchild.cpp16 Base(event, create_source(event, pid, options), std::false_type()) in Child()
50 sd_event_source* Child::create_source(const Event& event, pid_t pid, in create_source() function in sdeventplus::source::Child
H A Devent.cpp25 Base(event, create_source(name, create, event), std::false_type()) in EventBase()
41 sd_event_source* EventBase::create_source(const char* name, CreateFunc create, in create_source() function in sdeventplus::source::EventBase
H A Dio.cpp15 Base(event, create_source(event, fd, events), std::false_type()) in IO()
77 sd_event_source* IO::create_source(const Event& event, int fd, uint32_t events) in create_source() function in sdeventplus::source::IO
H A Dtime.cpp19 Base(event, create_source(event, time, accuracy), std::false_type()) in Time()
86 sd_event_source* Time<Id>::create_source(const Event& event, TimePoint time, in create_source() function in sdeventplus::source::Time
H A Dsignal.hpp89 static sd_event_source* create_source(const Event& event, int sig);
H A Dchild.hpp86 static sd_event_source* create_source(const Event& event, pid_t pid,
H A Dio.hpp119 static sd_event_source* create_source(const Event& event, int fd,
H A Devent.hpp86 static sd_event_source* create_source(const char* name, CreateFunc create,
H A Dtime.hpp118 static sd_event_source* create_source(const Event& event, TimePoint time,