genode/repos/base-hw/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
..
align_at.h hw: remove User_context 2017-11-06 13:57:20 +01:00
capability_space.h core: avoid null pointer reference warning 2019-01-07 12:25:44 +01:00
lock_helper.h base: add mutex as derivate of lock 2020-02-20 12:11:22 +01:00
native_env.h
native_thread.h
native_utcb.h Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00
parent_cap.h
raw_write_string.h