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:fdevents
(Results
1 - 3
of
3
) sorted by relevance
/third_party/node/deps/uvwasi/src/
H
A
D
poll_oneoff.c
48
state->
fdevents
= NULL;
in uvwasi__poll_oneoff_state_init()
60
state->
fdevents
= uvwasi__calloc(uvwasi,
in uvwasi__poll_oneoff_state_init()
62
sizeof(*state->
fdevents
));
in uvwasi__poll_oneoff_state_init()
63
if (state->
fdevents
== NULL) {
in uvwasi__poll_oneoff_state_init()
85
uvwasi__free(state->uvwasi, state->
fdevents
);
in uvwasi__poll_oneoff_state_init()
108
event = &state->
fdevents
[i];
in uvwasi__poll_oneoff_state_cleanup()
123
uvwasi__free(state->uvwasi, state->
fdevents
);
in uvwasi__poll_oneoff_state_cleanup()
125
state->
fdevents
= NULL;
in uvwasi__poll_oneoff_state_cleanup()
174
event = &state->
fdevents
[state->fdevent_cnt];
in uvwasi__poll_oneoff_state_add_fdevent()
194
dup = &state->
fdevents
[
in uvwasi__poll_oneoff_state_add_fdevent()
[all...]
H
A
D
poll_oneoff.h
22
struct uvwasi__poll_fdevent_t*
fdevents
;
member
H
A
D
uvwasi.c
2497
fdevent = &state.
fdevents
[i];
in uvwasi_poll_oneoff()
Completed in 5 milliseconds