Searched refs:_serverPanic (Results 1 – 3 of 3) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | redisassert.h | 44 #define panic(...) _serverPanic(__FILE__,__LINE__,__VA_ARGS__),_exit(1) 47 void _serverPanic(const char *file, int line, const char *msg, ...);
|
| H A D | server.h | 458 #define serverPanic(...) _serverPanic(__FILE__,__LINE__,__VA_ARGS__),_exit(1) 2146 void _serverPanic(const char *file, int line, const char *msg, ...);
|
| H A D | debug.c | 708 void _serverPanic(const char *file, int line, const char *msg, ...) { in _serverPanic() function
|