Searched refs:RT_STRICT (Results 1 - 25 of 50) sorted by relevance

12

/vbox/src/VBox/Runtime/r0drv/linux/
H A Dsemfastmutex-r0drv-linux.c38 #if defined(RT_STRICT) || defined(IPRT_DEBUG_SEMS)
57 #if defined(RT_STRICT) || defined(IPRT_DEBUG_SEMS)
79 #if defined(RT_STRICT) || defined(IPRT_DEBUG_SEMS)
118 #if defined(RT_STRICT) || defined(IPRT_DEBUG_SEMS)
137 #if defined(RT_STRICT) || defined(IPRT_DEBUG_SEMS)
/vbox/include/iprt/
H A Dassert.h241 * @remarks This macro does not depend on RT_STRICT.
442 * These assertions will only trigger when RT_STRICT is defined. When it is
464 * @remarks This macro does not depend on RT_STRICT.
477 #ifdef RT_STRICT
484 * If RT_STRICT is defined this macro will invoke RTAssertDoPanic if
485 * RTAssertShouldPanic returns true. If RT_STRICT isn't defined it won't do any
488 #if defined(RT_STRICT) && !defined(RTASSERT_DONT_PANIC)
498 #ifdef RT_STRICT
518 #ifdef RT_STRICT
541 * In RT_STRICT mod
[all...]
H A Dsemaphore.h637 #if defined(RT_STRICT) && !defined(RTSEMMUTEX_WITHOUT_REMAPPING) && !defined(RT_WITH_MANGLING)
1165 #if defined(RT_STRICT) && !defined(RTSEMRW_WITHOUT_REMAPPING) && !defined(RT_WITH_MANGLING)
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...]
/vbox/src/VBox/Runtime/r0drv/os2/
H A Dinitterm-r0drv-os2.cpp31 #define RT_STRICT macro
H A Dspinlock-r0drv-os2.cpp41 #ifdef RT_STRICT
/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dspinlock-r0drv-solaris.c153 #if defined(RT_STRICT) && (defined(RT_ARCH_AMD64) || defined(RT_ARCH_X86))
191 #if defined(RT_STRICT) && (defined(RT_ARCH_AMD64) || defined(RT_ARCH_X86))
/vbox/src/VBox/Runtime/common/string/
H A Dbase64.cpp38 #ifdef RT_STRICT
87 #ifdef RT_STRICT
119 #endif /* RT_STRICT */
124 #ifdef RT_STRICT
224 #ifdef RT_STRICT
H A Dstrformattype.cpp44 #ifdef RT_STRICT
/vbox/src/VBox/Runtime/include/internal/
H A Diprt.h66 #if !defined(RT_MORE_STRICT) && (defined(DEBUG) || defined(RT_STRICT) || defined(DOXYGEN_RUNNING)) && !defined(RT_OS_WINDOWS) /** @todo enable on windows after testing */
/vbox/src/VBox/Runtime/r0drv/nt/
H A Dtimer-r0drv-nt.cpp181 #ifdef RT_STRICT
222 #ifdef RT_STRICT
269 #ifdef RT_STRICT
/vbox/src/VBox/Runtime/generic/
H A Dmemsafer-generic.cpp124 #ifdef RT_STRICT /* For checking input in string builds. */
/vbox/src/VBox/Runtime/r3/solaris/
H A Dmp-solaris.cpp371 #ifdef RT_STRICT
380 #ifdef RT_STRICT
/vbox/src/VBox/Runtime/common/math/
H A Dbignum-amd64-x86.asm123 %ifdef RT_STRICT
195 %ifdef RT_STRICT
294 %ifdef RT_STRICT
354 %ifdef RT_STRICT
557 %ifdef RT_STRICT
787 %ifdef RT_STRICT
816 %ifdef RT_STRICT
/vbox/src/VBox/Runtime/r3/
H A Dmemsafer-r3.cpp201 #ifdef RT_STRICT
224 #ifdef RT_STRICT
/vbox/src/VBox/HostDrivers/Support/linux/
H A DSUPLib-linux.cpp32 # undef DEBUG /* Warning: disables RT_STRICT */
33 # undef RT_STRICT macro
/vbox/include/VBox/
H A Dcdefs.h43 * Alias for RT_STRICT.
45 #ifdef RT_STRICT
H A Dscsi.h286 #if defined(IN_RING3) && (defined(LOG_ENABLED) || defined(RT_STRICT))
H A Dtypes.h202 && ( defined(RT_STRICT) \
/vbox/src/VBox/VMM/VMMR0/
H A DVMMR0JmpA-x86.asm212 %ifdef RT_STRICT
218 %ifdef RT_STRICT
/vbox/src/VBox/Runtime/r0drv/
H A Dalloc-r0drv.cpp51 #ifdef RT_STRICT
/vbox/src/VBox/Runtime/r3/linux/
H A Dsemeventmulti-linux.cpp237 #ifdef RT_STRICT
/vbox/src/bldprogs/
H A Dscmdiff.cpp377 #ifdef RT_STRICT
/vbox/src/VBox/Runtime/r0drv/darwin/
H A Dmemobj-r0drv-darwin.cpp211 #ifdef RT_STRICT
352 #endif /* RT_STRICT */
523 #ifdef RT_STRICT
559 # ifdef RT_STRICT
/vbox/src/VBox/Runtime/common/alloc/
H A Dmemcache.cpp241 #if 0 /*def RT_STRICT - don't require eveything to be freed. Caches are very convenient for lazy cleanup. */
563 # ifdef RT_STRICT

Completed in 125 milliseconds

12