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:emfile_fd
(Results
1 - 6
of
6
) sorted by relevance
/third_party/node/deps/uv/src/unix/
H
A
D
loop.c
72
loop->
emfile_fd
= -1;
in uv_loop_init()
172
if (loop->
emfile_fd
!= -1) {
in uv__loop_close()
173
uv__close(loop->
emfile_fd
);
in uv__loop_close()
174
loop->
emfile_fd
= -1;
in uv__loop_close()
H
A
D
stream.c
91
if (loop->
emfile_fd
== -1) {
in uv__stream_init()
99
loop->
emfile_fd
= err;
in uv__stream_init()
476
int
emfile_fd
;
in uv__emfile_trick()
local
478
if (loop->
emfile_fd
== -1)
in uv__emfile_trick()
481
uv__close(loop->
emfile_fd
);
in uv__emfile_trick()
482
loop->
emfile_fd
= -1;
in uv__emfile_trick()
490
emfile_fd
= uv__open_cloexec("/", O_RDONLY);
in uv__emfile_trick()
491
if (
emfile_fd
>= 0)
in uv__emfile_trick()
492
loop->
emfile_fd
=
emfile_fd
;
in uv__emfile_trick()
[all...]
/third_party/libuv/src/unix/
H
A
D
loop.c
84
loop->
emfile_fd
= -1;
in uv_loop_init()
182
if (loop->
emfile_fd
!= -1) {
in uv__loop_close()
183
uv__close(loop->
emfile_fd
);
in uv__loop_close()
184
loop->
emfile_fd
= -1;
in uv__loop_close()
H
A
D
stream.c
101
if (loop->
emfile_fd
== -1) {
in uv__stream_init()
109
loop->
emfile_fd
= err;
in uv__stream_init()
486
int
emfile_fd
;
in uv__emfile_trick()
local
488
if (loop->
emfile_fd
== -1)
in uv__emfile_trick()
491
uv__close(loop->
emfile_fd
);
in uv__emfile_trick()
492
loop->
emfile_fd
= -1;
in uv__emfile_trick()
500
emfile_fd
= uv__open_cloexec("/", O_RDONLY);
in uv__emfile_trick()
501
if (
emfile_fd
>= 0)
in uv__emfile_trick()
502
loop->
emfile_fd
=
emfile_fd
;
in uv__emfile_trick()
[all...]
/third_party/libuv/include/uv/
H
A
D
unix.h
251
int
emfile_fd
; \
/third_party/node/deps/uv/include/uv/
H
A
D
unix.h
251
int
emfile_fd
; \
Completed in 5 milliseconds