Home
last modified time | relevance | path

Searched refs:finalize (Results 1 – 4 of 4) sorted by relevance

/trusty/kernel/lib/trusty/
Devent.c160 bool finalize);
165 bool finalize);
206 bool finalize) { in event_source_poll() argument
214 if (finalize && (oldstate == EVENT_STATE_HANDLED)) { in event_source_poll()
526 bool finalize) { in event_client_poll() argument
536 if (finalize && (oldstate == EVENT_STATE_SIGNALED)) { in event_client_poll()
Dipc.c59 static uint32_t port_poll(struct handle* handle, uint32_t emask, bool finalize);
63 static uint32_t chan_poll(struct handle* handle, uint32_t emask, bool finalize);
479 bool finalize) { in port_poll() argument
660 bool finalize) { in chan_poll() argument
690 if (finalize) { in chan_poll()
Dhandle_set.c60 static uint32_t hset_poll(struct handle* handle, uint32_t emask, bool finalize);
80 static uint32_t hset_poll(struct handle* h, uint32_t emask, bool finalize) { in hset_poll() argument
/trusty/kernel/lib/trusty/include/lib/trusty/
Dhandle.h122 uint32_t (*poll)(struct handle* handle, uint32_t emask, bool finalize);