Searched defs:AbnormalTermination (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dexcpt.h53 #define AbnormalTermination _abnormal_termination macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dexcpt.h53 #define AbnormalTermination _abnormal_termination macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dexception.h93 #define __FINALLY(func) __finally { (func)(!AbnormalTermination()); }
193 #define AbnormalTermination() (!__normal) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dexception.h89 #define __FINALLY(func) __finally { (func)(!AbnormalTermination()); }
193 #define AbnormalTermination() (!__normal) macro

Completed in 61 milliseconds