search for: thread_cond_wait

Displaying 2 results from an estimated 2 matches for "thread_cond_wait".

Did you mean: pthread_cond_wait
2004 Aug 06
2
ICECAST enseirb group
...serv_thread_function() function in fserve.c file, can something wrong > > happen if we are between avl_tree_unlock(pending_tree); and > > avl_tree_unlock(client_tree); in : > > > > ... > > avl_tree_unlock(pending_tree); > > avl_tree_unlock(client_tree); > > thread_cond_wait(&fserv_cond); > > continue; > > ... > > > > if another thread add a client in the pending three before this thread > > reaches the thread_cond_wait(&fserv_cond); line ? Could a client be trapped > > and not handled because this 3 lines are not an atomic a...
2010 Jul 30
33
[PATCHES] Smartjog PatchDump
Hello, I work at SmarctJog.com, we have here some patches on IceCast for performance and reliability, these are mostly client/connection/source cleanups (a slave merge is underway, and some more good stuff (c)), but we'd like this to be merged in before the list gets any longer. Please find attached a list of our patches with a short desc: This one is actually not from us/me, it was found