Changeset 65225 in vbox
- Timestamp:
- Jan 10, 2017 3:19:36 PM (8 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ThreadTask.h
r64975 r65225 36 36 ThreadTask(const Utf8Str &t) 37 37 : m_strTaskName(t) 38 , mAsync( true)38 , mAsync(false) 39 39 { } 40 40 -
trunk/src/VBox/Main/src-all/ThreadTask.cpp
r64975 r65225 74 74 HRESULT ThreadTask::createThreadInternal(RTTHREADTYPE enmType) 75 75 { 76 mAsync = true; 76 77 int vrc = RTThreadCreate(NULL, 77 78 taskHandlerThreadProc,
Note:
See TracChangeset
for help on using the changeset viewer.