1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-15 17:43:51 +01:00
Marian Buschsieweke 3e86e39646
core: add core_mutex_debug to aid debugging deadlocks
Adding `USEMODULE += core_mutex_debug` to your `Makefile` results in
on log messages such as

    [mutex] waiting for thread 1 (pc = 0x800024d)

being added whenever `mutex_lock()` blocks. This makes tracing down
deadlocks easier.
2023-04-25 15:10:34 +02:00
..
2023-02-15 17:41:35 +01:00
2020-10-23 00:45:56 +02:00
2020-04-21 15:10:56 +02:00
2022-11-22 22:35:13 +01:00
2021-02-02 22:21:14 +01:00