Searched refs:ppl_waiting (Results 1 – 1 of 1) sorted by relevance
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_fifo/ |
H A D | mod_fifo.c | 2102 int ppl_waiting, consumer_total, idle_consumers, need_sleep = 0; in node_thread_run() local 2156 ppl_waiting = node_caller_count(this_node); in node_thread_run() 2163 …this_node->name, ppl_waiting, consumer_total, idle_consumers, this_node->ring_consumer_count, this… in node_thread_run() 2166 … if ((ppl_waiting - this_node->ring_consumer_count > 0) && (!consumer_total || !idle_consumers)) { in node_thread_run() 2212 int ppl_waiting; in check_cancel() local 2218 ppl_waiting = node_caller_count(node); in check_cancel() 2220 if (node->ring_consumer_count > 0 && ppl_waiting < 1) { in check_cancel() 2222 "Ending extraneous calls\n", node->ring_consumer_count, node->name, ppl_waiting); in check_cancel()
|