OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uv__queue
(Results
1 - 25
of
26
) sorted by relevancy
1
2
/src/external/mit/libuv/dist/src/
queue.h
27
static inline void uv__queue_init(struct
uv__queue
* q) {
32
static inline int uv__queue_empty(const struct
uv__queue
* q) {
36
static inline struct
uv__queue
* uv__queue_head(const struct
uv__queue
* q) {
40
static inline struct
uv__queue
* uv__queue_next(const struct
uv__queue
* q) {
44
static inline void uv__queue_add(struct
uv__queue
* h, struct
uv__queue
* n) {
51
static inline void uv__queue_split(struct
uv__queue
* h,
52
struct
uv__queue
* q
[
all
...]
threadpool.c
40
static struct
uv__queue
exit_message;
41
static struct
uv__queue
wq;
42
static struct
uv__queue
run_slow_work_message;
43
static struct
uv__queue
slow_io_pending_wq;
59
struct
uv__queue
* q;
143
static void post(struct
uv__queue
* q, enum uv__work_kind kind) {
312
struct
uv__queue
* q;
313
struct
uv__queue
wq;
timer.c
168
struct
uv__queue
* queue_node;
169
struct
uv__queue
ready_queue;
uv-common.c
555
struct
uv__queue
queue;
556
struct
uv__queue
* q;
575
struct
uv__queue
* q;
874
struct
uv__queue
* q;
/src/external/mit/libuv/dist/include/uv/
linux.h
31
struct
uv__queue
watchers; \
threadpool.h
34
struct
uv__queue
wq;
darwin.h
43
struct
uv__queue
cf_signals; \
51
struct
uv__queue
cf_events; \
52
struct
uv__queue
cf_member; \
unix.h
95
struct
uv__queue
pending_queue;
96
struct
uv__queue
watcher_queue;
223
struct
uv__queue
pending_queue; \
224
struct
uv__queue
watcher_queue; \
228
struct
uv__queue
wq; \
233
struct
uv__queue
process_handles; \
234
struct
uv__queue
prepare_handles; \
235
struct
uv__queue
check_handles; \
236
struct
uv__queue
idle_handles; \
237
struct
uv__queue
async_handles;
[
all
...]
win.h
352
struct
uv__queue
wq; \
481
struct
uv__queue
ipc_xfer_queue; \
550
struct
uv__queue
queue; \
/src/external/mit/libuv/dist/src/unix/
loop-watcher.c
50
struct
uv__queue
queue; \
51
struct
uv__queue
* q; \
fsevents.c
83
struct
uv__queue
member;
89
struct
uv__queue
member;
101
struct
uv__queue
fsevent_handles;
153
struct
uv__queue
events; \
154
struct
uv__queue
* q; \
196
struct
uv__queue
* events,
227
struct
uv__queue
* q;
232
struct
uv__queue
head;
402
struct
uv__queue
* q;
674
struct
uv__queue
* q
[
all
...]
async.c
163
struct
uv__queue
queue;
164
struct
uv__queue
* q;
333
struct
uv__queue
queue;
334
struct
uv__queue
* q;
367
struct
uv__queue
queue;
368
struct
uv__queue
* q;
os390-syscalls.c
30
static struct
uv__queue
global_epoll_queue;
181
struct
uv__queue
* q;
355
struct
uv__queue
* q;
signal.c
288
struct
uv__queue
* q;
315
struct
uv__queue
* q;
posix-poll.c
140
struct
uv__queue
* q;
stream.c
442
struct
uv__queue
* q;
841
struct
uv__queue
* q;
903
struct
uv__queue
* q;
904
struct
uv__queue
pq;
process.c
108
struct
uv__queue
pending;
109
struct
uv__queue
* q;
110
struct
uv__queue
* h;
linux.c
259
struct
uv__queue
watchers;
1360
struct
uv__queue
* q;
2520
struct
uv__queue
queue;
2521
struct
uv__queue
* q;
2604
struct
uv__queue
queue;
2605
struct
uv__queue
* q;
udp.c
69
struct
uv__queue
* q;
97
struct
uv__queue
* q;
1370
struct
uv__queue
* q;
kqueue.c
166
struct
uv__queue
* q;
sunos.c
151
struct
uv__queue
* q;
core.c
843
struct
uv__queue
* q;
844
struct
uv__queue
pq;
aix.c
139
struct
uv__queue
* q;
/src/external/mit/libuv/dist/include/
uv.h
64
struct
uv__queue
{
struct
65
struct
uv__queue
* next;
66
struct
uv__queue
* prev;
473
struct
uv__queue
handle_queue; \
1939
struct
uv__queue
handle_queue;
/src/external/mit/libuv/dist/src/win/
pipe.c
58
struct
uv__queue
member;
654
struct
uv__queue
* q;
1147
struct
uv__queue
* q;
Completed in 97 milliseconds
1
2
Indexes created Tue May 26 00:24:38 UTC 2026