VirtualBox

Changeset 60124 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Mar 21, 2016 2:41:00 PM (9 years ago)
Author:
vboxsync
Message:

RTReqQueueProcess: Addressed todo regarding lost requests and document behavior more accuratly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/misc/reqqueue.cpp

    r60122 r60124  
    120120        if (RT_LIKELY(!pReqs))
    121121        {
    122             PRTREQ pReqs = ASMAtomicXchgPtrT(&pQueue->pReqs, NULL, PRTREQ);
     122            pReqs = ASMAtomicXchgPtrT(&pQueue->pReqs, NULL, PRTREQ);
    123123            if (!pReqs)
    124124            {
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