Searched defs:EventSourceType (Results 1 - 1 of 1) sorted by relevance

/systemd/src/libsystemd/sd-event/
H A Dsd-event.c45 typedef enum EventSourceType { enum
60 } EventSourceType; typedef in typeref:enum:EventSourceType
103 EventSourceType type:5;
550 static clockid_t event_source_type_to_clock(EventSourceType t) {
574 static EventSourceType clock_to_event_source_type(clockid_t clock) {
598 static struct clock_data* event_get_clock_data(sd_event *e, EventSourceType t) {
935 static sd_event_source *source_new(sd_event *e, bool floating, EventSourceType type) {
1065 EventSourceType type;

Completed in 2026 milliseconds