mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
2d2bb4b308
This restores a pre-existing design decision to implement both blocking and non-blocking mutex locking with the same code. Those implementations have been split prior to the introduction of the `core_mutex_priority_inheritance` module when `mutex_trylock()` indeed was trivial. This decision didn't age well, so undo it. |
||
---|---|---|
.. | ||
macros | ||
cond.h | ||
mbox.h | ||
msg_bus.h | ||
msg.h | ||
mutex.h | ||
native_sched.h | ||
sched.h | ||
thread_flags.h | ||
thread.h |