genode/repos/base-hw
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
..
doc Update Muen port 2019-05-27 14:46:53 +02:00
etc kernel: differentiate board-specific components 2019-05-27 14:46:52 +02:00
include hw: introduce virtualization support for ARMv8 2019-11-21 14:29:36 +01:00
lib/mk base-hw: double list without inheritance 2020-02-20 12:11:21 +01:00
ports Update Muen port 2019-05-27 14:46:53 +02:00
recipes depot: update recipe hashes 2020-02-10 14:29:06 +01:00
run base-hw: fix run scripts 2020-02-20 12:11:21 +01:00
src base: add mutex as derivate of lock 2020-02-20 12:11:22 +01:00