Changeset 20702 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Jun 19, 2009 8:57:31 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PDMAllCritSect.cpp
r20628 r20702 204 204 return pdmCritSectEnterFirst(pCritSect, hNativeSelf); 205 205 /** @todo need pause/nop instruction here! */ 206 /* Should use monitor/mwait on e.g. &cLockers here */ 206 /** @todo Should use monitor/mwait on e.g. &cLockers here, possibly with a 207 cli'ed pendingpreemption check up front using sti w/ instruction fusing 208 for avoiding races. Hmm ... This is assuming the other party is actually 209 executing code on another CPU... */ 207 210 } 208 211
Note:
See TracChangeset
for help on using the changeset viewer.