git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25744
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
YieldToAnyThread();
Microseconds(&now);
msnow = (now.hi * 4294967296.0 + now.lo) ;
YieldToAnyThread();
Microseconds(&now);
msnow = (now.hi * 4294967296.0 + now.lo) ;
- } while( msstart - msnow < mssleep );
+ } while( msnow - msstart < mssleep );
}
int wxThread::GetCPUCount()
}
int wxThread::GetCPUCount()
YieldToAnyThread();
Microseconds(&now);
msnow = (now.hi * 4294967296.0 + now.lo) ;
YieldToAnyThread();
Microseconds(&now);
msnow = (now.hi * 4294967296.0 + now.lo) ;
- } while( msstart - msnow < mssleep );
+ } while( msnow - msstart < mssleep );
}
int wxThread::GetCPUCount()
}
int wxThread::GetCPUCount()