mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +00:00
eab477370f
Libc components cannot use regular calls to select() as this may suspend their execution. In this case incoming RPCs will be deferred until select() returns and the component returns to the entrypoint dispatch loop. The Libc::Signal_handler solves this problem with a its select() that either returns the currently ready file descriptors immediately or calls the registered handler function during libc resume. |
||
---|---|---|
.. | ||
import | ||
mk | ||
symbols |