genode/base-linux
Torsten Hilbrich ab89304ffd base-linux: Don't busywait if lx_pollpid returns 0
This happened when I killed one of the genode clients which was
tracked via an expception_handler. In this case the wait4 syscall
returned 0 and the for(;;) was looped eternally. This caused an
100% CPU utilization for the core binary.
2013-02-25 16:45:49 +01:00
..
2011-12-22 16:19:25 +01:00
2011-12-22 16:19:25 +01:00

This repository contains the Linux-specific implementation of Genode.