Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/os/
Dos_Utility.h28 #define nwosPanic(...) ::nw::os::Halt() macro
33 #define nwosPanic(...) ::nw::os::internal::Panic( NN_FILE_NAME, __LINE__, __VA_ARGS__ ) macro
/NW4C-2.0.3/include/nw/
Dassert.h73 #define NW_ASSERTMSG(exp, ... ) (void) ((exp) || (nwosPanic(__VA_ARGS__), 0))