genode/repos/base-foc/src/include/base/internal
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
..
cap_alloc.h Add missing override annotations 2019-02-19 11:12:11 +01:00
cap_map.h base/core: use references instead of pointers 2019-02-12 10:33:13 +01:00
capability_data.h AVL node/tree: make non-copyable 2018-02-09 13:34:23 +01:00
child_policy.h init: set all child policies to eager destruction (INTERIM-TEST) 2018-06-14 11:49:16 +02:00
foc_assert.h foc: update to recent revision r72 (fix #2405) 2017-05-31 13:16:08 +02:00
lock_helper.h base: add mutex as derivate of lock 2020-02-20 12:11:22 +01:00
native_thread.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
native_utcb.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
parent_cap.h base/core: use references instead of pointers 2019-02-12 10:33:13 +01:00
raw_write_string.h foc: update to recent revision r72 (fix #2405) 2017-05-31 13:16:08 +02:00