|
Mir
|
Classes | |
| class | ActionQueue |
| class | Dispatchable |
| class | MultiplexingDispatchable |
| An adaptor that combines multiple Dispatchables into a single Dispatchable. More... | |
| class | ReadableFd |
| class | ThreadedDispatcher |
Typedefs | |
| using | FdEvents = uint32_t |
Enumerations | |
| enum | FdEvent : uint32_t { readable = 1<<0, writable = 1<<1, remote_closed = 1<<2, error = 1<<3 } |
| enum | DispatchReentrancy { DispatchReentrancy::sequential, DispatchReentrancy::reentrant } |
| How concurrent dispatch should be handled. More... | |
Functions | |
| FdEvents | epoll_to_fd_event (epoll_event const &event) |
| int | fd_event_to_epoll (FdEvents const &event) |
| using mir::dispatch::FdEvents = typedef uint32_t |
|
strong |
| enum mir::dispatch::FdEvent : uint32_t |
| FdEvents mir::dispatch::epoll_to_fd_event | ( | epoll_event const & | event | ) |
| int mir::dispatch::fd_event_to_epoll | ( | FdEvents const & | event | ) |
Copyright © 2012-2015 Canonical Ltd.
Generated on Wed Mar 30 00:29:56 UTC 2016