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:pipe_read_fd
(Results
1 - 4
of
4
) sorted by relevance
/third_party/backends/backend/
H
A
D
hp-handle.c
78
int
pipe_read_fd
;
member
136
close (this->
pipe_read_fd
);
in reader_process()
137
this->
pipe_read_fd
= -1;
in reader_process()
162
this->pipe_write_fd = this->
pipe_read_fd
= -1;
in hp_handle_startReader()
172
this->
pipe_read_fd
= fds[0];
in hp_handle_startReader()
200
close (this->
pipe_read_fd
);
in hp_handle_startReader()
201
this->
pipe_read_fd
= -1;
in hp_handle_startReader()
234
close(this->
pipe_read_fd
);
in hp_handle_stopScan()
682
if ((nread = read(this->
pipe_read_fd
, buf, *lengthp)) < 0)
in sanei_hp_handle_read()
757
if (fcntl(this->
pipe_read_fd
, F_SETF
in sanei_hp_handle_setNonblocking()
[all...]
H
A
D
umax.h
489
int
pipe_read_fd
;
member
H
A
D
umax.c
4954
close(scanner->
pipe_read_fd
);
in reader_process()
4955
scanner->
pipe_read_fd
= -1;
in reader_process()
7991
scanner->
pipe_read_fd
= fds[0];
in sane_start()
8026
nread = read(scanner->
pipe_read_fd
, buf, max_len);
in sane_read()
8062
if (scanner->
pipe_read_fd
>= 0)
in sane_read()
8064
close(scanner->
pipe_read_fd
);
in sane_read()
8065
scanner->
pipe_read_fd
= -1;
in sane_read()
8102
if (fcntl(scanner->
pipe_read_fd
, F_SETFL, non_blocking ? O_NONBLOCK : 0) < 0)
in sane_set_io_mode()
8124
*fd = scanner->
pipe_read_fd
;
in sane_get_select_fd()
/third_party/ltp/testcases/kernel/sched/tool/
H
A
D
time-schedule.c
84
static int
pipe_read_fd
= -1;
variable
182
pipe_read_fd
= fds[0];
in main()
367
if (
pipe_read_fd
>= 0) {
in yielder_main()
368
read(
pipe_read_fd
, &ch, 1);
in yielder_main()
Completed in 12 milliseconds