missing
This commit is contained in:
@@ -325,7 +325,7 @@ bool _PITimerImp_Thread::threadFunc() {
|
|||||||
}
|
}
|
||||||
if (wait_tick > 0) {
|
if (wait_tick > 0) {
|
||||||
if (st_wait.toMilliseconds() > wait_tick + 1.) {
|
if (st_wait.toMilliseconds() > wait_tick + 1.) {
|
||||||
piMSleep(wait_tick);
|
event.sleep(wait_tick * 1000);
|
||||||
if (thread_.isStopping()) return false;
|
if (thread_.isStopping()) return false;
|
||||||
return false;
|
return false;
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user