VirtualBox

Changeset 24244 in vbox


Ignore:
Timestamp:
Nov 2, 2009 10:26:09 AM (15 years ago)
Author:
vboxsync
Message:

PDMThread: Fend of already suspended threads in PDMR3ThreadSuspend.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PDMThread.cpp

    r15540 r24244  
    897897
    898898    /*
     899     * This is a noop if the thread is already suspended.
     900     */
     901    if (pThread->enmState == PDMTHREADSTATE_SUSPENDED)
     902        return VINF_SUCCESS;
     903
     904    /*
    899905     * Change the state to resuming and kick the thread.
    900906     */
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