VirtualBox

Changeset 31261 in vbox


Ignore:
Timestamp:
Jul 31, 2010 8:38:51 PM (14 years ago)
Author:
vboxsync
Message:

VirtualBox.xidl: Added some words to waitForCompletion about event queues.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r31241 r31261  
    81708170          with a given timeout in milliseconds; specify -1 for an indefinite wait.
    81718171
     8172          Note that the VirtualBox/XPCOM/COM/native event queues of the calling
     8173          thread are not processed while waiting.  Neglecting event queues may
     8174          have dire consequences (degrade performance, resource hogs,
     8175          deadlocks, etc.), this is specially so for the main thread on
     8176          platforms using XPCOM.  Callers are adviced wait for short periods
     8177          and service their event queues between calls, or to create a worker
     8178          thread to do the waiting.
     8179
    81728180        <result name="VBOX_E_IPRT_ERROR">
    81738181          Failed to wait for task completion.
     
    81868194          Waits until the given operation is done with a given timeout in
    81878195          milliseconds; specify -1 for an indefinite wait.
     8196
     8197          See <link to="#waitForCompletion"> for event queue considerations.
    81888198
    81898199        <result name="VBOX_E_IPRT_ERROR">
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