mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-02-02 15:07:36 -05:00
added bypassing of thread_sleep() in certain cases.
this came from KarlH. svn path=/trunk/icecast/; revision=5526
This commit is contained in:
parent
e554386ef0
commit
fe95280339
@ -444,6 +444,7 @@ static void *_stats_thread(void *arg)
|
|||||||
_free_event(event);
|
_free_event(event);
|
||||||
|
|
||||||
thread_mutex_unlock(&_stats_mutex);
|
thread_mutex_unlock(&_stats_mutex);
|
||||||
|
continue;
|
||||||
} else {
|
} else {
|
||||||
thread_mutex_unlock(&_global_event_mutex);
|
thread_mutex_unlock(&_global_event_mutex);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user