Searched defs:g_pszRTAssertFunction (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/common/misc/
H A Dassert.cpp61 RTDATADECL(const char * volatile) g_pszRTAssertFunction;
62 RT_EXPORT_SYMBOL(g_pszRTAssertFunction); variable
112 ASMAtomicUoWritePtr(&g_pszRTAssertFunction, pszFunction);
/vbox/include/iprt/
H A Dmangling.h2956 # define g_pszRTAssertFunction RT_MANGLER(g_pszRTAssertFunction) macro

Completed in 78 milliseconds