MCPcopy Create free account
hub / github.com/apache/trafficserver / ink_atomiclist_init

Function ink_atomiclist_init

src/tscore/ink_queue.cc:516–522  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

514}
515
516void
517ink_atomiclist_init(InkAtomicList *l, const char *name, uint32_t offset_to_next)
518{
519 l->name = name;
520 l->offset = offset_to_next;
521 SET_FREELIST_POINTER_VERSION(l->head, FROM_PTR(0), 0);
522}
523
524void *
525ink_atomiclist_pop(InkAtomicList *l)

Callers 5

ProtectedQueueMethod · 0.85
create_threadsMethod · 0.85
init_dataFunction · 0.85
mainFunction · 0.85
AtomicSLLMethod · 0.85

Calls

no outgoing calls

Tested by 2

init_dataFunction · 0.68
mainFunction · 0.68