Changeset 60124 in vbox for trunk/src/VBox
- Timestamp:
- Mar 21, 2016 2:41:00 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/reqqueue.cpp
r60122 r60124 120 120 if (RT_LIKELY(!pReqs)) 121 121 { 122 PRTREQpReqs = ASMAtomicXchgPtrT(&pQueue->pReqs, NULL, PRTREQ);122 pReqs = ASMAtomicXchgPtrT(&pQueue->pReqs, NULL, PRTREQ); 123 123 if (!pReqs) 124 124 {
Note:
See TracChangeset
for help on using the changeset viewer.