Searched defs:RT_STRICT (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Runtime/r0drv/os2/
H A Dinitterm-r0drv-os2.cpp31 #define RT_STRICT macro
/vbox/src/VBox/HostDrivers/Support/linux/
H A DSUPLib-linux.cpp32 # undef DEBUG /* Warning: disables RT_STRICT */
33 # undef RT_STRICT macro
/vbox/include/iprt/
H A Dcdefs.h69 # define RT_STRICT macro
2587 /** @def RT_STRICT
2588 * The \#define RT_STRICT controls whether or not assertions and other runtime
2595 #if !defined(RT_STRICT) && defined(DEBUG)
2596 # define RT_STRICT macro
2599 # undef RT_STRICT macro
2613 * RT_STRICT builds, but this behavior can be overridden by defining
2615 #if !defined(RT_LOCK_STRICT) && !defined(RT_LOCK_NO_STRICT) && defined(RT_STRICT)
2626 * by the lock and semaphore code. It is by default enabled in RT_STRICT
2629 #if !defined(RT_LOCK_STRICT_ORDER) && !defined(RT_LOCK_NO_STRICT_ORDER) && defined(RT_STRICT)
[all...]

Completed in 1479 milliseconds