VirtualBox

Changeset 65225 in vbox for trunk/src/VBox/Main/src-all


Ignore:
Timestamp:
Jan 10, 2017 3:19:36 PM (8 years ago)
Author:
vboxsync
Message:

Main: Leave mAsync false by default but set it true before creating a worker thread.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-all/ThreadTask.cpp

    r64975 r65225  
    7474HRESULT ThreadTask::createThreadInternal(RTTHREADTYPE enmType)
    7575{
     76    mAsync = true;
    7677    int vrc = RTThreadCreate(NULL,
    7778                             taskHandlerThreadProc,
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette