MCPcopy Create free account
hub / github.com/bloomberg/comdb2 / queue_count

Function queue_count

util/queue.c:110–110  ·  view source on GitHub ↗

return num items on queue*/

Source from the content-addressed store, hash-verified

108
109/*return num items on queue*/
110int queue_count(queue_type *q) { return q->lst.count; }
111
112#ifdef TESTQUEUE
113#include <stdio.h>

Callers 9

trimQueFunction · 0.85
_track_que_freeFunction · 0.85
_que_limiterFunction · 0.85
inner_rowFunction · 0.85
dohsql_wait_for_masterFunction · 0.85
_cmpFunction · 0.85
_print_order_infoFunction · 0.85
enque_pfault_llFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected