Files
Dmitrii Kuvaiskii da2dd37dd8 [LibOS, Pal/{Linux,Linux-SGX}] Better emulation of polling
This commit improves the emulation of polling mechanisms (select,
pselect, poll, ppoll, epoll_wait) and cleans up the corresponding
code:
- New DkObjectsWaitEvents() PAL interface, replaces the inefficient
  DkObjectsWaitAny() interface. This interface closely resembles
  Linux/POSIX poll() in semantics.
- Improved shim_do_epoll_wait() implementation, now using the new
  DkObjectsWaitEvents() interface.
- Improved shim_do_poll() implementation, now using the new
  DkObjectsWaitEvents() interface.
- Small cleanups of polling code.
2020-01-07 12:11:00 -08:00
..
2019-08-21 18:30:16 +02:00
2019-08-21 18:30:16 +02:00
2019-08-21 18:30:16 +02:00
2019-09-27 12:38:14 +02:00
2019-08-21 18:30:16 +02:00
2019-08-21 18:30:16 +02:00
2019-08-21 18:30:16 +02:00
2019-08-21 18:30:16 +02:00
2019-12-02 16:00:23 +01:00
2019-08-21 18:30:16 +02:00
2019-08-21 18:30:16 +02:00
2019-08-21 18:30:16 +02:00