Changeset 7169 in vbox for trunk/src/VBox/Runtime/include
- Timestamp:
- Feb 27, 2008 1:16:24 PM (17 years ago)
- Location:
- trunk/src/VBox/Runtime/include/internal
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/memobj.h
r5999 r7169 210 210 * 211 211 * @returns true if it's a mapping, otherwise false. 212 * @param MemObjThe ring-0 memory object handle.212 * @param pMem The ring-0 memory object handle. 213 213 * @see RTR0MemObjIsMapping 214 214 */ … … 230 230 * 231 231 * @returns true if it's a object with a ring-3 address, otherwise false. 232 * @param MemObjThe ring-0 memory object handle.232 * @param pMem The ring-0 memory object handle. 233 233 */ 234 234 DECLINLINE(bool) rtR0MemObjIsRing3(PRTR0MEMOBJINTERNAL pMem) -
trunk/src/VBox/Runtime/include/internal/thread.h
r6961 r7169 196 196 * 197 197 * @returns iprt status code. 198 * @param ThreadThe thread in question.198 * @param pThread The thread in question. 199 199 * @param enmType The thread type. 200 200 * @remark Located in sched.
Note:
See TracChangeset
for help on using the changeset viewer.