Searched refs:dfatal (Results 1 – 5 of 5) sorted by relevance
18 #ifndef dfatal85 dfatal("Looping around EINTR too many times"); \
72 #ifndef dfatal73 #define dfatal(fmt, ...) EMULOG(EMULATOR_LOG_FATAL, fmt, ##__VA_ARGS__) macro
76 #ifndef dfatal77 #define dfatal(fmt, ...) EMULOGCPLUSPLUS(EMULATOR_LOG_FATAL, fmt, ##__VA_ARGS__) macro
13 ~CheckOnDestroy() { dfatal("Destructor was called"); } in ~CheckOnDestroy()
151 #define dfatal(fmt, ...) EMULOG(EMULATOR_LOG_FATAL, fmt, ##__VA_ARGS__) macro