mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +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 |
||
---|---|---|
.. | ||
config | ||
doc | ||
etc | ||
lib | ||
patches | ||
ports | ||
recipes/src/base-pistachio | ||
src | ||
README |
This repository contains the L4ka::Pistachio-specific implementation of Genode. Please see the documentation at 'base-pistachio/doc/pistachio.txt' for further instructions on building and using Genode on the L4ka::Pistachio kernel.