MCPcopy Create free account
hub / github.com/acl-dev/acl / queue_pop

Function queue_pop

lib_fiber/c/src/common/queue.c:226–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224}
225
226void *queue_pop(QUEUE *que)
227{
228 return queue_pop_timedwait(que, -1, -1);
229}
230
231int queue_push(QUEUE *que, void *data)
232{

Callers

nothing calls this directly

Calls 1

queue_pop_timedwaitFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…