- Timestamp:
- Jun 10, 2016 12:30:04 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 108005
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/draganddrop.cpp
r60981 r61654 3210 3210 LogRel2(("DnD: Terminating threads ...\n")); 3211 3211 3212 ASMAtomicXchgBool(&m_fSrvStopping, true); 3213 3212 3214 /* 3213 3215 * Wait for threads to terminate. … … 3216 3218 if (m_hHGCMThread != NIL_RTTHREAD) 3217 3219 { 3220 #if 0 /** @todo Does not work because we don't cancel the HGCM call! */ 3218 3221 rc2 = RTThreadWait(m_hHGCMThread, 30 * 1000 /* 30s timeout */, &rcThread); 3222 #else 3223 rc2 = RTThreadWait(m_hHGCMThread, 200 /* 200ms timeout */, &rcThread); 3224 #endif 3219 3225 if (RT_SUCCESS(rc2)) 3220 3226 rc2 = rcThread;
Note:
See TracChangeset
for help on using the changeset viewer.