1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/xtimer
JulianHolzwarth a321dfc51d xtimer/xtimer.c: ensure modifing mutex is done with interrupt disabled
if xtimer_set spins the callback is executed in the thread context.

comment to explain irq_disable
and when this line could be removed
(when xtimer stops executing the callback funtion from thread context)
2019-08-09 17:28:54 +02:00
..
Makefile sys: xtimer: introduce new timer subsystem 2015-08-25 13:20:35 +02:00
xtimer_core.c xtimer: timer & target overflow, hang resolved. 2018-11-01 16:48:20 +01:00
xtimer.c xtimer/xtimer.c: ensure modifing mutex is done with interrupt disabled 2019-08-09 17:28:54 +02:00