Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:uv__queue_init
(Results
1 - 19
of
19
) sorted by relevance
/third_party/libuv/src/unix/
H
A
D
loop.c
54
uv__queue_init
(&loop->wq);
in uv_loop_init()
57
uv__queue_init
(&(lfields_qos->wq_sub[uv_qos_background]));
in uv_loop_init()
58
uv__queue_init
(&(lfields_qos->wq_sub[uv_qos_utility]));
in uv_loop_init()
59
uv__queue_init
(&(lfields_qos->wq_sub[uv_qos_default]));
in uv_loop_init()
60
uv__queue_init
(&(lfields_qos->wq_sub[uv_qos_user_initiated]));
in uv_loop_init()
63
uv__queue_init
(&loop->idle_handles);
in uv_loop_init()
64
uv__queue_init
(&loop->async_handles);
in uv_loop_init()
65
uv__queue_init
(&loop->check_handles);
in uv_loop_init()
66
uv__queue_init
(&loop->prepare_handles);
in uv_loop_init()
67
uv__queue_init
(
in uv_loop_init()
[all...]
H
A
D
fsevents.c
243
uv__queue_init
(&head);
in uv__fsevents_event_cb()
609
uv__queue_init
(&loop->cf_signals);
in uv__fsevents_loop_init()
619
uv__queue_init
(&state->fsevent_handles);
in uv__fsevents_loop_init()
810
uv__queue_init
(&handle->cf_events);
in uv__fsevents_init()
H
A
D
pipe.c
240
uv__queue_init
(&req->queue);
in uv_pipe_connect()
333
uv__queue_init
(&req->queue);
in uv_pipe_connect2()
H
A
D
process.c
115
uv__queue_init
(&pending);
in uv__wait_children()
163
uv__queue_init
(&process->queue);
in uv__wait_children()
982
uv__queue_init
(&process->queue);
in uv_spawn()
H
A
D
posix-poll.c
162
uv__queue_init
(q);
in uv__io_poll()
H
A
D
stream.c
97
uv__queue_init
(&stream->write_queue);
in uv__stream_init()
98
uv__queue_init
(&stream->write_completed_queue);
in uv__stream_init()
1355
uv__queue_init
(&req->queue);
in uv_write2()
H
A
D
core.c
864
uv__queue_init
(q);
in uv__run_pending()
920
uv__queue_init
(&w->pending_queue);
in uv__io_init()
921
uv__queue_init
(&w->watcher_queue);
in uv__io_init()
974
uv__queue_init
(&w->watcher_queue);
in uv__io_stop()
H
A
D
linux.c
819
uv__queue_init
(&req->work_req.wq);
in uv__iou_get_sqe()
1441
uv__queue_init
(q);
in uv__io_poll()
2397
uv__queue_init
(&tmp_watcher_list.watchers);
in uv__inotify_fork()
2588
uv__queue_init
(&w->watchers);
in uv_fs_event_start()
H
A
D
os390-syscalls.c
204
uv__queue_init
(&global_epoll_queue);
in epoll_init()
H
A
D
tcp.c
334
uv__queue_init
(&req->queue);
in uv__tcp_connect()
H
A
D
kqueue.c
168
uv__queue_init
(q);
in uv__io_poll()
H
A
D
udp.c
1010
uv__queue_init
(&handle->write_queue);
in uv__udp_init_ex()
1011
uv__queue_init
(&handle->write_completed_queue);
in uv__udp_init_ex()
H
A
D
sunos.c
176
uv__queue_init
(q);
in uv__io_poll()
H
A
D
os390.c
843
uv__queue_init
(q);
in uv__io_poll()
H
A
D
aix.c
163
uv__queue_init
(q);
in uv__io_poll()
/third_party/libuv/src/
H
A
D
threadpool.c
90
uv__queue_init
(q);
in uv_dump_worker()
177
uv__queue_init
(&dump_work->wq);
in uv__post_statistic_work()
187
uv__queue_init
(&dump_queue);
in init_work_dump_queue()
195
uv__queue_init
(&statistic_works);
in init_work_dump_queue()
218
uv__queue_init
(&info->wq);
in uv_init_dump_info()
231
uv__queue_init
(&dump_work->wq);
in uv_queue_statics()
373
uv__queue_init
(q); /* Signal uv_cancel() that the work req is executing. */
in worker()
394
uv__queue_init
(q);
in worker()
525
uv__queue_init
(&wq);
in init_threads()
526
uv__queue_init
(
in init_threads()
[all...]
H
A
D
queue.h
27
static inline void
uv__queue_init
(struct uv__queue* q) {
in uv__queue_init()
function
64
uv__queue_init
(n);
in uv__queue_move()
/third_party/libuv/src/win/
H
A
D
core.c
258
uv__queue_init
(&loop->wq);
in uv_loop_init()
259
uv__queue_init
(&loop->handle_queue);
in uv_loop_init()
H
A
D
pipe.c
122
uv__queue_init
(&handle->pipe.conn.ipc_xfer_queue);
in uv_pipe_init()
Completed in 25 milliseconds