Changeset 54358 in vbox for trunk/src/VBox/Runtime/include
- Timestamp:
- Feb 22, 2015 11:29:25 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 98447
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/thread.h
r52457 r54358 176 176 DECLHIDDEN(void) rtThreadNativeDestroy(PRTTHREADINT pThread); 177 177 178 #ifdef IN_RING0 179 /** 180 * Called from rtThreadWait when the last thread has completed in order to make 181 * sure it's all the way out of IPRT before RTR0Term is called. 182 * 183 * @param pThread The thread structure. 184 */ 185 DECLHIDDEN(void) rtThreadNativeWaitKludge(PRTTHREADINT pThread); 186 #endif 187 188 178 189 /** 179 190 * Sets the priority of the thread according to the thread type
Note:
See TracChangeset
for help on using the changeset viewer.