VirtualBox

Changeset 60536 in vbox for trunk


Ignore:
Timestamp:
Apr 18, 2016 11:07:27 AM (9 years ago)
Author:
vboxsync
Message:

webservice: the RTThreadPoke optimization works only on OSes following POSIX rules (not Windows)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/webservice/vboxweb.cpp

    r60532 r60536  
    13791379#endif
    13801380
     1381#ifndef RT_OS_WINDOWS
    13811382    RTThreadPoke(threadQPumper);
     1383#endif
    13821384    RTThreadWait(threadQPumper, 30000, NULL);
    13831385    if (threadWatchdog != NIL_RTTHREAD)
    13841386    {
     1387#ifndef RT_OS_WINDOWS
    13851388        RTThreadPoke(threadWatchdog);
     1389#endif
    13861390        RTThreadWait(threadWatchdog, g_iWatchdogCheckInterval * 1000 + 10000, NULL);
    13871391    }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette