Changeset 36951 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- May 4, 2011 7:07:34 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/thread.cpp
r36596 r36951 92 92 *******************************************************************************/ 93 93 static void rtThreadDestroy(PRTTHREADINT pThread); 94 #ifdef IN_RING3 94 95 static int rtThreadAdopt(RTTHREADTYPE enmType, unsigned fFlags, uint32_t fIntFlags, const char *pszName); 96 #endif 95 97 static void rtThreadRemoveLocked(PRTTHREADINT pThread); 96 98 static PRTTHREADINT rtThreadAlloc(RTTHREADTYPE enmType, unsigned fFlags, uint32_t fIntFlags, const char *pszName); … … 237 239 } 238 240 239 #endif /* IN_RING3 */240 241 241 242 242 /** … … 271 271 return rc; 272 272 } 273 274 #ifdef IN_RING3275 273 276 274 /**
Note:
See TracChangeset
for help on using the changeset viewer.