genode/repos/base-foc/src
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
..
core base: add affinity space info to platform info 2020-02-04 15:51:10 +01:00
include base: add mutex as derivate of lock 2020-02-20 12:11:22 +01:00
kernel/foc kernel: differentiate board-specific components 2019-05-27 14:46:52 +02:00
lib base-foc: explicit array-index bounds check 2020-02-04 15:51:08 +01:00
test/cap_integrity base: remove dependency from deprecated APIs 2019-02-19 11:08:17 +01:00
timer/foc Move timer from os to base repository 2019-01-14 12:33:57 +01:00