mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-15 03:20:06 +00:00
FS-4841 --resolve we will remove this, it clearly is not helping
This commit is contained in:
parent
395b7a9799
commit
35f98c1350
@ -150,7 +150,6 @@ SWITCH_DECLARE(void) switch_os_yield(void)
|
|||||||
#if defined(WIN32)
|
#if defined(WIN32)
|
||||||
SwitchToThread();
|
SwitchToThread();
|
||||||
#else
|
#else
|
||||||
usleep(1);
|
|
||||||
sched_yield();
|
sched_yield();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user