In TimeSync multi core mode the mutex can quickly be unlocked,
no need to do a thread delay first try an ordinary delay 1ms. After that perform a threadDelay (Timesync break).
Note: If this delay is too long to system can get a dead look.
This change improves the performance of a multithread app with a lot of data traffic.
Change to the following code:
int timeSyncMode = TimeSyncGetMode();
Commit at 2361