mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 10:46:25 +00:00
00f69bc70d
The mutex class is more restrictive in usage compared to Genode::Lock. - At initialiation time it is ever unlocked. - No thread is permitted to lock twice. Warn about it in case it happens. - Only the lock onwer is permitted to unlock the mutex. Warn about it and don't unlock the mutex in case it happens. Issue #3612 |
||
---|---|---|
.. | ||
contrib/generated | ||
doc | ||
etc | ||
lib | ||
patches | ||
ports | ||
recipes/src/base-okl4 | ||
run | ||
src | ||
tool | ||
README |
This repository contains the implementation of Genode for the OKL4 kernel version 2.1. For further information, please refer to the following website: :[http://genode.org/documentation/articles/genode-on-okl4 - Bringing Genode to OKL4]: This article explains the OKL4-specific porting work.