Changeset 34256 in vbox for trunk/src/VBox/Runtime/r0drv
- Timestamp:
- Nov 22, 2010 3:55:00 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 68004
- Location:
- trunk/src/VBox/Runtime/r0drv
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/darwin/thread2-r0drv-darwin.cpp
r29255 r34256 137 137 138 138 139 void rtThreadNativeDestroy(PRTTHREADINT pThread) 140 { 141 NOREF(pThread); 142 } 143 144 139 145 /** 140 146 * Native kernel thread wrapper function. -
trunk/src/VBox/Runtime/r0drv/freebsd/thread2-r0drv-freebsd.c
r19341 r34256 99 99 100 100 101 void rtThreadNativeDestroy(PRTTHREADINT pThread) 102 { 103 NOREF(pThread); 104 } 105 106 101 107 /** 102 108 * Native thread main function. -
trunk/src/VBox/Runtime/r0drv/nt/thread2-r0drv-nt.cpp
r28800 r34256 88 88 89 89 90 void rtThreadNativeDestroy(PRTTHREADINT pThread) 91 { 92 NOREF(pThread); 93 } 94 95 90 96 /** 91 97 * Native kernel thread wrapper function. -
trunk/src/VBox/Runtime/r0drv/os2/thread2-r0drv-os2.cpp
r8245 r34256 66 66 67 67 68 void rtThreadNativeDestroy(PRTTHREADINT pThread) 69 { 70 NOREF(pThread); 71 } 72 73 68 74 int rtThreadNativeCreate(PRTTHREADINT pThreadInt, PRTNATIVETHREAD pNativeThread) 69 75 { -
trunk/src/VBox/Runtime/r0drv/solaris/vbi/thread2-r0drv-solaris.c
r28800 r34256 81 81 82 82 83 void rtThreadNativeDestroy(PRTTHREADINT pThread) 84 { 85 NOREF(pThread); 86 } 87 88 83 89 /** 84 90 * Native thread main function.
Note:
See TracChangeset
for help on using the changeset viewer.