Changeset 51519 in vbox for trunk/src/VBox/Runtime/include/internal
- Timestamp:
- Jun 4, 2014 5:09:03 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 94145
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/iprt.h
r44529 r51519 5 5 6 6 /* 7 * Copyright (C) 2009-201 2Oracle Corporation7 * Copyright (C) 2009-2014 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 63 63 64 64 /** @def RT_MORE_STRICT 65 * Enables more assertions in IPRT. 65 * Enables more assertions in IPRT. */ 66 66 #if !defined(RT_MORE_STRICT) && (defined(DEBUG) || defined(RT_STRICT) || defined(DOXYGEN_RUNNING)) && !defined(RT_OS_WINDOWS) /** @todo enable on windows after testing */ 67 67 # define RT_MORE_STRICT … … 98 98 * Extended version of RT_ASSERT_PREEMPT_CPUID for use before 99 99 * RTSpinlockAcquired* returns. This macro works the idCpuOwner and idAssertCpu 100 * members of the spinlock instance data. 100 * members of the spinlock instance data. */ 101 101 #ifdef RT_MORE_STRICT 102 102 # define RT_ASSERT_PREEMPT_CPUID_SPIN_ACQUIRED(pThis) \ … … 172 172 173 173 /** @def RT_ASSERT_INTS_ON 174 * Asserts that interrupts are disabled when RT_MORE_STRICT is defined. 174 * Asserts that interrupts are disabled when RT_MORE_STRICT is defined. */ 175 175 #ifdef RT_MORE_STRICT 176 176 # if defined(RT_ARCH_AMD64) || defined(RT_ARCH_X86)
Note:
See TracChangeset
for help on using the changeset viewer.