Home
last modified time | relevance | path

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

/Zephyr-latest/arch/posix/include/
Dposix_arch_internal.h12 #define PC_SAFE_CALL(a) pc_safe_call(a, #a)
18 static inline void pc_safe_call(int test, const char *test_str) in pc_safe_call() function