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

Function uv__queue_empty

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

Source from the content-addressed store, hash-verified

30}
31
32static inline int uv__queue_empty(const struct uv__queue* q) {
33 return q == q->next;
34}
35
36static inline struct uv__queue* uv__queue_head(const struct uv__queue* q) {
37 return q->next;

Callers 15

uv__queue_moveFunction · 0.85
workerFunction · 0.85
postFunction · 0.85
uv__work_cancelFunction · 0.85
uv__work_doneFunction · 0.85
uv_walkFunction · 0.85
uv__io_pollFunction · 0.85
uv__io_pollFunction · 0.85
uv__io_pollFunction · 0.85
uv__inotify_forkFunction · 0.85
maybe_free_watcher_listFunction · 0.85
uv__inotify_readFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected