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:wreq
(Results
1 - 3
of
3
) sorted by relevance
/third_party/node/deps/uv/src/
H
A
D
threadpool.c
364
struct uv__work*
wreq
;
in uv_cancel()
local
370
wreq
= &((uv_fs_t*) req)->work_req;
in uv_cancel()
374
wreq
= &((uv_getaddrinfo_t*) req)->work_req;
in uv_cancel()
378
wreq
= &((uv_getnameinfo_t*) req)->work_req;
in uv_cancel()
382
wreq
= &((uv_random_t*) req)->work_req;
in uv_cancel()
386
wreq
= &((uv_work_t*) req)->work_req;
in uv_cancel()
392
return uv__work_cancel(loop, req,
wreq
);
in uv_cancel()
/third_party/node/test/sequential/
H
A
D
test-async-wrap-getasyncid.js
257
const
wreq
= new stream_wrap.WriteWrap();
258
wreq
.handle = handle;
259
wreq
.oncomplete = () => {
263
const err = handle.writeLatin1String(
wreq
, 'hi'.repeat(100000));
267
testUninitialized(
wreq
, 'WriteWrap');
272
testInitialized(
wreq
, 'WriteWrap');
/third_party/libuv/src/
H
A
D
threadpool.c
961
struct uv__work*
wreq
;
in uv_cancel()
local
967
wreq
= &((uv_fs_t*) req)->work_req;
in uv_cancel()
971
wreq
= &((uv_getaddrinfo_t*) req)->work_req;
in uv_cancel()
975
wreq
= &((uv_getnameinfo_t*) req)->work_req;
in uv_cancel()
979
wreq
= &((uv_random_t*) req)->work_req;
in uv_cancel()
983
wreq
= &((uv_work_t*) req)->work_req;
in uv_cancel()
989
return uv__work_cancel(loop, req,
wreq
);
in uv_cancel()
Completed in 2 milliseconds