Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
85
static 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
worker
Function · 0.85
uv__work_cancel
Function · 0.85
uv__work_done
Function · 0.85
uv_walk
Function · 0.85
uv__io_poll
Function · 0.85
uv__io_poll
Function · 0.85
uv__io_poll
Function · 0.85
uv__inotify_fork
Function · 0.85
uv__inotify_read
Function · 0.85
uv_fs_event_stop
Function · 0.85
uv_tty_init
Function · 0.85
uv__async_close
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected