MCPcopy Create free account
hub / github.com/antirez/disque / createQueue

Function createQueue

src/queue.c:61–88  ·  view source on GitHub ↗

Crete a new queue, register it in the queue hash tables. * On success the pointer to the new queue is returned. If a queue with the * same name already NULL is returned. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 6

enqueueJobFunction · 0.85
blockForJobsFunction · 0.85
needJobsForQueueNameFunction · 0.85
receiveYourJobsFunction · 0.85
receivePauseQueueFunction · 0.85
pauseCommandFunction · 0.85

Calls 5

zmallocFunction · 0.85
incrRefCountFunction · 0.85
skiplistCreateFunction · 0.85
dictFindFunction · 0.70
dictAddFunction · 0.70

Tested by

no test coverage detected