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
defs:epoll_fd
(Results
1 - 11
of
11
) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H
A
D
epoll_create.c
37
int
epoll_fd
= epoll_create(1);
in epoll_create_0100()
local
H
A
D
epoll_wait.c
36
int
epoll_fd
= epoll_create(1);
in epoll_wait_0100()
local
H
A
D
epoll_pwait.c
37
int
epoll_fd
= epoll_create(1);
in epoll_pwait_0100()
local
56
int
epoll_fd
= epoll_create(1);
in epoll_pwait_0200()
local
/third_party/node/deps/cares/src/lib/
H
A
D
ares_event_epoll.c
41
int
epoll_fd
;
member
[all...]
/third_party/ltp/testcases/kernel/syscalls/epoll/
H
A
D
epoll-ltp.c
205
int
epoll_fd
= -1;
in test_epoll_create()
local
387
test_epoll_ctl(int
epoll_fd
)
test_epoll_ctl()
argument
[all...]
/third_party/libbpf/src/
H
A
D
ringbuf.c
39
int
epoll_fd
;
member
51
int
epoll_fd
;
member
[all...]
H
A
D
libbpf.c
12846
int
epoll_fd
; /* perf event FD */
member
/third_party/libinput/src/
H
A
D
libinput-private.h
129
int
epoll_fd
;
member
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H
A
D
internal.h
1135
int
epoll_fd
;
member
/third_party/libuv/src/unix/
H
A
D
linux.c
73
int uv__epoll_ctl(int
epoll_fd
, int op, int fd, struct epoll_event* event) {
in uv__epoll_ctl()
argument
/third_party/libinput/tools/
H
A
D
libinput-record.c
123
int
epoll_fd
;
member
Completed in 30 milliseconds