Searched refs:EVENT_FLAG_AUTOUNSIGNAL (Results 1 - 13 of 13) sorted by relevance

/fuchsia/zircon/kernel/kernel/
H A Devent.cpp18 * Signals may be one-shot signals (EVENT_FLAG_AUTOUNSIGNAL), in which
42 * @param flags 0 or EVENT_FLAG_AUTOUNSIGNAL
81 if (e->flags & EVENT_FLAG_AUTOUNSIGNAL) {
142 if (e->flags & EVENT_FLAG_AUTOUNSIGNAL) {
165 * Signals an event. If EVENT_FLAG_AUTOUNSIGNAL is set in the event
189 * Signals an event. If EVENT_FLAG_AUTOUNSIGNAL is set in the event
219 * Used mainly for event objects without the EVENT_FLAG_AUTOUNSIGNAL
/fuchsia/zircon/kernel/include/kernel/
H A Devent.h29 #define EVENT_FLAG_AUTOUNSIGNAL 1 macro
/fuchsia/zircon/kernel/lib/hypervisor/include/hypervisor/
H A Dinterrupt_tracker.h24 event_init(&event_, false, EVENT_FLAG_AUTOUNSIGNAL);
/fuchsia/zircon/kernel/dev/uart/pl011/
H A Duart.c57 EVENT_FLAG_AUTOUNSIGNAL);
/fuchsia/zircon/kernel/dev/uart/mt8167/
H A Duart.cpp99 EVENT_FLAG_AUTOUNSIGNAL);
/fuchsia/zircon/kernel/dev/uart/nxp-imx/
H A Duart.c73 EVENT_FLAG_AUTOUNSIGNAL);
/fuchsia/zircon/kernel/lib/lockdep/
H A Dlock_dep.cpp36 EVENT_INITIAL_VALUE(graph_edge_event, false, EVENT_FLAG_AUTOUNSIGNAL);
/fuchsia/zircon/kernel/object/
H A Dinterrupt_dispatcher.cpp16 event_init(&event_, false, EVENT_FLAG_AUTOUNSIGNAL);
/fuchsia/zircon/kernel/lib/debuglog/
H A Ddebuglog.cpp40 .event = EVENT_INITIAL_VALUE(DLOG.event, 0, EVENT_FLAG_AUTOUNSIGNAL),
339 static event_t dumper_event = EVENT_INITIAL_VALUE(dumper_event, 0, EVENT_FLAG_AUTOUNSIGNAL);
/fuchsia/zircon/kernel/dev/uart/amlogic_s905/
H A Duart.c103 EVENT_FLAG_AUTOUNSIGNAL);
/fuchsia/zircon/kernel/object/include/object/
H A Dthread_dispatcher.h272 EVENT_INITIAL_VALUE(exception_event_, false, EVENT_FLAG_AUTOUNSIGNAL);
/fuchsia/zircon/kernel/platform/pc/
H A Ddebug.cpp48 EVENT_FLAG_AUTOUNSIGNAL);
/fuchsia/zircon/kernel/tests/
H A Dthread_tests.cpp250 event_init(&e, false, EVENT_FLAG_AUTOUNSIGNAL);
874 event_init(&ev, false, EVENT_FLAG_AUTOUNSIGNAL);

Completed in 35 milliseconds