Changeset 63182 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Aug 8, 2016 4:16:42 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ThreadTask.h
r63181 r63182 39 39 { }; 40 40 41 HRESULT createThread(PRTTHREAD pThread = NULL, RTTHREADTYPE enmType = RTTHREADTYPE_MAIN_WORKER); 41 HRESULT createThread(void); 42 HRESULT createThreadWithType(RTTHREADTYPE enmType); 43 HRESULT createThreadWithRaceCondition(PRTTHREAD pThread); 42 44 43 45 virtual void handler() = 0; … … 45 47 46 48 protected: 49 HRESULT createThreadInternal(RTTHREADTYPE enmType, PRTTHREAD pThread); 47 50 static DECLCALLBACK(int) taskHandlerThreadProc(RTTHREAD thread, void *pvUser); 48 51
Note:
See TracChangeset
for help on using the changeset viewer.