Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/subsys/tracing/
Dtracing_format_async.c25 TRACING_UNLOCK(); in tracing_format_string()
47 TRACING_UNLOCK(); in tracing_format_raw_data()
67 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-Core-2.7.6/subsys/tracing/include/
Dtracing_core.h19 #define TRACING_UNLOCK() { irq_unlock(key); } } macro