Searched refs:nwosPanic (Results 1 – 2 of 2) sorted by relevance
28 #define nwosPanic(...) ::nw::os::Halt() macro33 #define nwosPanic(...) ::nw::os::internal::Panic( NN_FILE_NAME, __LINE__, __VA_ARGS__ ) macro
73 #define NW_ASSERTMSG(exp, ... ) (void) ((exp) || (nwosPanic(__VA_ARGS__), 0))