Searched refs:sys_arch_assert (Results 1 – 6 of 6) sorted by relevance
78 void sys_arch_assert(const char* file, int line);80 #define LWIP_PLATFORM_ASSERT(x) do {rt_kprintf(x); sys_arch_assert(__FILE__, __LINE__);}while(0)
94 void sys_arch_assert(const char* file, int line);96 #define LWIP_PLATFORM_ASSERT(x) do {rt_kprintf(x); sys_arch_assert(__FILE__, __LINE__);}while(0)
103 void sys_arch_assert(const char* file, int line);105 #define LWIP_PLATFORM_ASSERT(x) do {rt_kprintf(x); sys_arch_assert(__FILE__, __LINE__);}while(0)
610 void sys_arch_assert(const char *file, int line) in sys_arch_assert() function
619 void sys_arch_assert(const char *file, int line) in sys_arch_assert() function
627 void sys_arch_assert(const char *file, int line) in sys_arch_assert() function