MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / uv__queue_next

Function uv__queue_next

third-party/libuv-1.46.0/src/queue.h:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40static inline struct uv__queue* uv__queue_next(const struct uv__queue* q) {
41 return q->next;
42}
43
44static inline void uv__queue_add(struct uv__queue* h, struct uv__queue* n) {
45 h->prev->next = n->next;

Callers 3

workerFunction · 0.85
uv__fsevents_rescheduleFunction · 0.85
uv__wait_childrenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected