Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/os/
Dos_Utility.h26 #define nwosPanic(...) ::nw::os::Halt() macro
31 #define nwosPanic(...) ::nw::os::internal::Panic( NN_FILE_NAME, __LINE__, __VA_ARGS__ ) macro
/NW4C-1.3.3/include/nw/
Dassert.h71 #define NW_ASSERTMSG(exp, ... ) (void) ((exp) || (nwosPanic(__VA_ARGS__), 0))