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:QUEUE_INIT
(Results
1 - 22
of
22
) sorted by relevance
/third_party/node/deps/uv/src/unix/
H
A
D
loop.c
50
QUEUE_INIT
(&loop->wq);
in uv_loop_init()
51
QUEUE_INIT
(&loop->idle_handles);
in uv_loop_init()
52
QUEUE_INIT
(&loop->async_handles);
in uv_loop_init()
53
QUEUE_INIT
(&loop->check_handles);
in uv_loop_init()
54
QUEUE_INIT
(&loop->prepare_handles);
in uv_loop_init()
55
QUEUE_INIT
(&loop->handle_queue);
in uv_loop_init()
62
QUEUE_INIT
(&loop->pending_queue);
in uv_loop_init()
63
QUEUE_INIT
(&loop->watcher_queue);
in uv_loop_init()
88
QUEUE_INIT
(&loop->process_handles);
in uv_loop_init()
H
A
D
fsevents.c
245
QUEUE_INIT
(&head);
in uv__fsevents_event_cb()
620
QUEUE_INIT
(&loop->cf_signals);
in uv__fsevents_loop_init()
630
QUEUE_INIT
(&state->fsevent_handles);
in uv__fsevents_loop_init()
821
QUEUE_INIT
(&handle->cf_events);
in uv__fsevents_init()
H
A
D
linux-inotify.c
103
QUEUE_INIT
(&tmp_watcher_list.watchers);
in uv__inotify_fork()
290
QUEUE_INIT
(&w->watchers);
in uv_fs_event_start()
H
A
D
process.c
95
QUEUE_INIT
(&pending);
in uv__wait_children()
142
QUEUE_INIT
(&process->queue);
in uv__wait_children()
960
QUEUE_INIT
(&process->queue);
in uv_spawn()
H
A
D
core.c
808
QUEUE_INIT
(q);
in uv__run_pending()
864
QUEUE_INIT
(&w->pending_queue);
in uv__io_init()
865
QUEUE_INIT
(&w->watcher_queue);
in uv__io_init()
923
QUEUE_INIT
(&w->watcher_queue);
in uv__io_stop()
H
A
D
epoll.c
146
QUEUE_INIT
(q);
in uv__io_poll()
H
A
D
pipe.c
249
QUEUE_INIT
(&req->queue);
in uv_pipe_connect()
H
A
D
posix-poll.c
159
QUEUE_INIT
(q);
in uv__io_poll()
H
A
D
stream.c
87
QUEUE_INIT
(&stream->write_queue);
in uv__stream_init()
88
QUEUE_INIT
(&stream->write_completed_queue);
in uv__stream_init()
1422
QUEUE_INIT
(&req->queue);
in uv_write2()
H
A
D
kqueue.c
146
QUEUE_INIT
(q);
in uv__io_poll()
H
A
D
os390-syscalls.c
204
QUEUE_INIT
(&global_epoll_queue);
in epoll_init()
H
A
D
tcp.c
259
QUEUE_INIT
(&req->queue);
in uv__tcp_connect()
H
A
D
udp.c
1056
QUEUE_INIT
(&handle->write_queue);
in uv__udp_init_ex()
1057
QUEUE_INIT
(&handle->write_completed_queue);
in uv__udp_init_ex()
H
A
D
sunos.c
176
QUEUE_INIT
(q);
in uv__io_poll()
H
A
D
aix.c
160
QUEUE_INIT
(q);
in uv__io_poll()
H
A
D
os390.c
833
QUEUE_INIT
(q);
in uv__io_poll()
/third_party/ltp/testcases/kernel/syscalls/mq_open/
H
A
D
mq_open01.c
19
#define
QUEUE_INIT
"/init_mqueue"
macro
198
fd3 = SAFE_MQ_OPEN(
QUEUE_INIT
, O_CREAT | O_EXCL | O_RDWR, S_IRWXU, NULL);
in setup()
210
tst_res(TWARN | TERRNO, "mq_close(%s) failed",
QUEUE_INIT
);
in cleanup()
212
if (mq_unlink(
QUEUE_INIT
))
in cleanup()
213
tst_res(TWARN | TERRNO, "mq_unlink(%s) failed",
QUEUE_INIT
);
in cleanup()
/third_party/node/deps/uv/src/
H
A
D
threadpool.c
88
QUEUE_INIT
(q); /* Signal uv_cancel() that the work req is executing. */
in worker()
109
QUEUE_INIT
(q);
in worker()
222
QUEUE_INIT
(&wq);
in init_threads()
223
QUEUE_INIT
(&slow_io_pending_wq);
in init_threads()
224
QUEUE_INIT
(&run_slow_work_message);
in init_threads()
H
A
D
queue.h
45
#define
QUEUE_INIT
(q) \
macro
75
QUEUE_INIT
(n); \
/third_party/node/deps/uv/src/win/
H
A
D
core.c
255
QUEUE_INIT
(&loop->wq);
in uv_loop_init()
256
QUEUE_INIT
(&loop->handle_queue);
in uv_loop_init()
H
A
D
pipe.c
114
QUEUE_INIT
(&handle->pipe.conn.ipc_xfer_queue);
in uv_pipe_init()
/third_party/libuv/src/
H
A
D
threadpool.c
711
QUEUE_INIT
(&dump_work->wq);
in uv__work_done()
Completed in 23 milliseconds