1
0
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:
oddsock 2003-10-31 19:21:00 +00:00
parent e554386ef0
commit fe95280339

View File

@ -444,6 +444,7 @@ static void *_stats_thread(void *arg)
_free_event(event);
thread_mutex_unlock(&_stats_mutex);
continue;
} else {
thread_mutex_unlock(&_global_event_mutex);
}