Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52099f5 commit 7a768dbCopy full SHA for 7a768db
platforms/posix/src/lockstep_scheduler/include/lockstep_scheduler/lockstep_scheduler.h
@@ -40,9 +40,7 @@ class LockstepScheduler
40
// thread_local object can still be in the linked list. In that case
41
// we need to wait until it's removed.
42
while (!removed) {
43
-#ifndef UNIT_TESTS // unit tests don't define system_usleep and execute faster w/o sleeping here
44
system_usleep(5000);
45
-#endif
46
}
47
48
0 commit comments