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

Function uv__queue_remove

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

Source from the content-addressed store, hash-verified

83}
84
85static inline void uv__queue_remove(struct uv__queue* q) {
86 q->prev->next = q->next;
87 q->next->prev = q->prev;
88}
89
90#endif /* QUEUE_H_ */

Callers 15

workerFunction · 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
uv__inotify_readFunction · 0.85
uv_fs_event_stopFunction · 0.85
uv_tty_initFunction · 0.85
uv__async_closeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected