vbox5: use gip thread also for timer watchdog

causes the rem timer callback pending check to run more often (every 1 ms
instead 10 ms). This is essential to met the timeout requirements of the
audio backend, which must be checked&run every 5ms.
This commit is contained in:
Alexander Boettcher
2017-04-07 11:30:43 +02:00
committed by Christian Helmuth
parent 800f9d1e44
commit d7f0cb5463
5 changed files with 102 additions and 23 deletions

View File

@@ -25,7 +25,9 @@ FILTERED_OUT_SRC_CC = RTLogDefaultInit-generic.cpp \
RTSemMutexRequest-generic.cpp \
RTSemMutexRequestDebug-generic.cpp \
RTDirExists-generic.cpp \
RTMpOnPair-generic.cpp
RTMpOnPair-generic.cpp \
RTTimerCreate-generic.cpp \
timer-generic.cpp
CC_WARN += -Wno-unused-variable

View File

@@ -27,7 +27,9 @@ FILTERED_OUT_SRC_CC = fs-stubs-generic.cpp \
RTSemEventMultiWait-2-ex-generic.cpp \
RTSemMutexRequest-generic.cpp \
RTSemMutexRequestDebug-generic.cpp \
RTTimeLocalExplode-generic.cpp
RTTimeLocalExplode-generic.cpp \
RTTimerCreate-generic.cpp \
timer-generic.cpp
CC_WARN += -Wno-unused-variable