Home
last modified time | relevance | path

Searched refs:PRINT_LINE (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/testsuite/include/zephyr/
Dtc_util.h55 #ifndef PRINT_LINE
56 #define PRINT_LINE \ macro
162 #define TC_END_PRINT(result, fmt, ...) PRINT_DATA(fmt, ##__VA_ARGS__); PRINT_LINE
196 PRINT_LINE; \
224 PRINT_LINE; \
/Zephyr-latest/tests/kernel/mutex/sys_mutex/src/
Dmain.c349 PRINT_LINE; in ZTEST_USER_OR_NOT()