Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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*/
110
int queue_count(queue_type *q) { return q->lst.count; }
111
112
#ifdef TESTQUEUE
113
#include <stdio.h>
Callers
9
trimQue
Function · 0.85
_track_que_free
Function · 0.85
_que_limiter
Function · 0.85
inner_row
Function · 0.85
dohsql_wait_for_master
Function · 0.85
_cmp
Function · 0.85
_print_order_info
Function · 0.85
dohsql_dist_next_row_ordered
Function · 0.85
enque_pfault_ll
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected