genode/repos/base-pistachio
Alexander Boettcher 00f69bc70d base: add mutex as derivate of lock
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
2020-02-20 12:11:22 +01:00
..
config Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
doc Disambiguate kernel-specific file names 2016-12-23 16:51:32 +01:00
etc Add unified build directories to create_builddir 2017-01-13 13:05:44 +01:00
lib core: add kernel-specific UTCB quota bookkeeping 2020-02-20 12:11:21 +01:00
patches pistachio: fix compile error with GCC 8.3.0 2019-05-16 13:11:02 +02:00
ports pistachio: check for 'ed' tool on port prepare 2019-12-19 17:00:47 +01:00
recipes/src/base-pistachio depot: update recipe hashes 2020-02-10 14:29:06 +01:00
src base: add mutex as derivate of lock 2020-02-20 12:11:22 +01:00
README Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00

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.