summary refs log tree commit diff stats
path: root/lib/genode_cpp
Commit message (Collapse)AuthorAgeFilesLines
* balance Genode CPU pinning, deadlock at Genode exit (#6317)Emery Hemingway2017-09-161-4/+8
| | | | | | | | | | | | | * Genode: balance thread CPU affinities Genode threads are pinned by defaut to the same CPU as the initial component entrypoint thread. Thread affinities are also permanent. This patch pins new threads to CPUs in a round-robin manner. Arbitrary CPU pinning is not exposed and the 'nimPinToCpu' has no effect. * Genode: guarantee that 'quit' will not return On Genode exits are handled by whatever component is acting as parent. The caller has no guarentee that the parent implementation will halt the caller's threads, so explicitly deadlock the 'quit' procedure.
* fixup! support for the Genode OS framework (#5653)Emery Hemingway2017-04-021-1/+0
| | | Allocate thread metadata at createThread.
* support for the Genode OS framework (#5560)Emery Hemingway2017-03-312-0/+147