- Timestamp:
- Apr 18, 2016 11:07:27 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/webservice/vboxweb.cpp
r60532 r60536 1379 1379 #endif 1380 1380 1381 #ifndef RT_OS_WINDOWS 1381 1382 RTThreadPoke(threadQPumper); 1383 #endif 1382 1384 RTThreadWait(threadQPumper, 30000, NULL); 1383 1385 if (threadWatchdog != NIL_RTTHREAD) 1384 1386 { 1387 #ifndef RT_OS_WINDOWS 1385 1388 RTThreadPoke(threadWatchdog); 1389 #endif 1386 1390 RTThreadWait(threadWatchdog, g_iWatchdogCheckInterval * 1000 + 10000, NULL); 1387 1391 }
Note:
See TracChangeset
for help on using the changeset viewer.