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:AIO_CANCELED
(Results
1 - 18
of
18
) sorted by relevance
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/
H
A
D
6-1.c
12
* aio_cancel() shall return
AIO_CANCELED
if the requested operations
19
* if aio_error() is ECANCELED and aio_cancel() is
AIO_CANCELED
21
* if aio_error() is ECANCELED and aio_cancel() is NOT
AIO_CANCELED
24
* aio_cancel() is
AIO_CANCELED
122
if (gret ==
AIO_CANCELED
) {
in main()
128
" aio_cancel() is not
AIO_CANCELED
\n");
in main()
134
if (gret ==
AIO_CANCELED
) {
in main()
136
" aio_cancel() is
AIO_CANCELED
without ECANCELED\n");
in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/aio_h/
H
A
D
3-1-buildonly.c
14
static int dummy1 =
AIO_CANCELED
;
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
aio.h
31
#define
AIO_CANCELED
0
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
aio.h
31
#define
AIO_CANCELED
0
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
aio.h
31
#define
AIO_CANCELED
0
macro
/third_party/musl/include/
H
A
D
aio.h
31
#define
AIO_CANCELED
0
macro
/third_party/musl/libc-test/src/api/
H
A
D
aio.c
25
C(
AIO_CANCELED
)
in f()
/third_party/rust/crates/nix/src/sys/
H
A
D
aio.rs
85
AioCanceled = libc::
AIO_CANCELED
,
137
libc::
AIO_CANCELED
=> Ok(AioCancelStat::AioCanceled),
in cancel()
1014
libc::
AIO_CANCELED
=> Ok(AioCancelStat::AioCanceled),
in aio_cancel_all()
/third_party/musl/porting/linux/user/src/aio/
H
A
D
aio.c
388
if (p->err == ECANCELED) ret =
AIO_CANCELED
;
in aio_cancel()
/third_party/musl/porting/liteos_a/user/src/aio/
H
A
D
aio.c
388
if (p->err == ECANCELED) ret =
AIO_CANCELED
;
in aio_cancel()
/third_party/musl/src/aio/
H
A
D
aio.c
401
if (p->err == ECANCELED) ret =
AIO_CANCELED
;
in aio_cancel()
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H
A
D
mod.rs
1016
pub const
AIO_CANCELED
: ::c_int = 0;
consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H
A
D
mod.rs
450
pub const
AIO_CANCELED
: ::c_int = 1;
consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H
A
D
mod.rs
2147
pub const
AIO_CANCELED
: ::c_int = 1;
consts
/third_party/rust/crates/libc/src/unix/nto/
H
A
D
mod.rs
1396
pub const
AIO_CANCELED
: ::c_int = 0;
consts
/third_party/rust/crates/libc/src/fuchsia/
H
A
D
mod.rs
2499
pub const
AIO_CANCELED
: ::c_int = 0;
consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H
A
D
mod.rs
1898
pub const
AIO_CANCELED
: ::c_int = 0;
consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H
A
D
mod.rs
4358
pub const
AIO_CANCELED
: ::c_int = 2;
consts
Completed in 65 milliseconds