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:async_req
(Results
1 - 6
of
6
) sorted by relevance
/third_party/node/test/addons/async-hello-world/
H
A
D
binding.cc
5
struct
async_req
{
struct
15
async_req
* req = reinterpret_cast<
async_req
*>(r->data);
in DoAsync()
23
async_req
* req = reinterpret_cast<
async_req
*>(r->data);
in AfterAsync()
64
async_req
* req = new
async_req
;
in Method()
/third_party/libuv/test/
H
A
D
benchmark-fs-stat.c
39
struct
async_req
{
struct
86
struct
async_req
* req = container_of(fs_req, struct
async_req
, fs_req);
in stat_cb()
95
struct
async_req
reqs[MAX_CONCURRENT_REQS];
in async_bench()
96
struct
async_req
* req;
in async_bench()
/third_party/libuv/src/win/
H
A
D
async.c
47
req = &handle->
async_req
;
in uv_async_init()
79
POST_COMPLETION_FOR_REQ(loop, &handle->
async_req
);
in uv_async_send()
/third_party/node/deps/uv/src/win/
H
A
D
async.c
47
req = &handle->
async_req
;
in uv_async_init()
79
POST_COMPLETION_FOR_REQ(loop, &handle->
async_req
);
in uv_async_send()
/third_party/libuv/include/uv/
H
A
D
win.h
562
struct uv_req_s
async_req
; \
/third_party/node/deps/uv/include/uv/
H
A
D
win.h
558
struct uv_req_s
async_req
; \
Completed in 5 milliseconds