mirror of https://github.com/Icinga/icinga2.git
parent
2d7ce62438
commit
ecd31b86ad
|
@ -133,7 +133,6 @@ private:
|
|||
#endif /* SPIN_PAUSE */
|
||||
else {
|
||||
#ifdef _WIN32
|
||||
DebugBreak();
|
||||
Sleep(0);
|
||||
#else /* _WIN32 */
|
||||
sched_yield();
|
||||
|
|
Loading…
Reference in New Issue