Changeset 68971 in vbox for trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
- Timestamp:
- Oct 4, 2017 9:56:06 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
r68944 r68971 5511 5511 { 5512 5512 Display *pDisplay = mDisplay; 5513 AssertPtr(pDisplay); 5513 5514 5514 5515 /* Release lock because the call scheduled on EMT may also try to take it. */ 5515 5516 alock.release(); 5516 5517 5517 /*5518 * Call worker in EMT, that's faster and safer than doing everything5519 * using VM3ReqCall. Note that we separate VMR3ReqCall from VMR3ReqWait5520 * here to make requests from under the lock in order to serialize them.5521 */5522 5518 int vrc = VMR3ReqCallWaitU(ptrVM.rawUVM(), VMCPUID_ANY /*idDstCpu*/, 5523 5519 (PFNRT)Display::i_videoCaptureConfigure, 3,
Note:
See TracChangeset
for help on using the changeset viewer.