Home
last modified time | relevance | path

Searched refs:TRACING_UNLOCK (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/tracing/
Dtracing_format_async.c27 TRACING_UNLOCK(); in tracing_format_string()
49 TRACING_UNLOCK(); in tracing_format_raw_data()
69 TRACING_UNLOCK(); in tracing_format_data()
Dtracing_format_sync.c36 TRACING_UNLOCK(); in tracing_format_string()
49 TRACING_UNLOCK(); in tracing_format_raw_data()
74 TRACING_UNLOCK(); in tracing_format_data()
/Zephyr-latest/subsys/tracing/include/
Dtracing_core.h19 #define TRACING_UNLOCK() { irq_unlock(key); } } macro