Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Icecast-Server
Commits
fe952803
Commit
fe952803
authored
Oct 31, 2003
by
Ed "oddsock" Zaleski
Browse files
added bypassing of thread_sleep() in certain cases.
this came from KarlH. svn path=/trunk/icecast/; revision=5526
parent
e554386e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stats.c
View file @
fe952803
...
...
@@ -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
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment