Changeset 48171 in vbox
- Timestamp:
- Aug 29, 2013 8:08:38 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu_cocoa_helper.m
r48084 r48171 1179 1179 if (m_pSharedGLCtx) 1180 1180 { 1181 #if 01181 #if 1 1182 1182 /* tmp workaround to prevent potential deadlock: 1183 1183 * crOpenGL service thread does compositor lock acquire and calls cocoa NS methods that could synchronize on the GUI thread … … 1195 1195 { 1196 1196 /* re-issue to the gui thread */ 1197 [self setNeedsDisplay:YES]; 1197 # ifdef DEBUG_misha 1198 DEBUG_WARN(("renderspuVBoxCompositorTryAcquire busy\n")); 1199 # endif 1200 [NSTimer scheduledTimerWithTimeInterval:0.1 target:self selector:@selector(vboxTryDrawUI) userInfo:nil repeats:NO]; 1198 1201 } 1199 1202 else 1200 1203 { 1201 1204 /* this is somewhat we do not expect */ 1202 DEBUG_ MSG(("renderspuVBoxCompositorTryAcquire failed rc %d", rc));1205 DEBUG_WARN(("renderspuVBoxCompositorTryAcquire failed rc %d", rc)); 1203 1206 } 1204 1207 #else
Note:
See TracChangeset
for help on using the changeset viewer.