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:io_destroy
(Results
1 - 9
of
9
) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/io_setup/
H
A
D
io_setup01.c
39
io_destroy
(*ctx);
in verify_failure()
67
io_destroy
(*ctx);
in verify_success()
/third_party/ltp/testcases/kernel/io/ltp-aiodio/
H
A
D
aiodio_append.c
78
io_destroy
(myctx);
in aiodio_append()
96
io_destroy
(myctx);
in aiodio_append()
H
A
D
aiocp.c
287
io_destroy
(myctx);
in run()
/third_party/ltp/testcases/kernel/syscalls/io_destroy/
H
A
D
io_destroy01.c
12
* Test
io_destroy
invoked via libaio with invalid ctx and expects it to
29
TEST(
io_destroy
(ctx));
in verify_io_destroy()
32
tst_res(TFAIL, "
io_destroy
() succeeded unexpectedly");
in verify_io_destroy()
37
tst_res(TCONF, "
io_destroy
() not supported");
in verify_io_destroy()
42
tst_res(TPASS, "
io_destroy
() failed as expected, returned -EINVAL");
in verify_io_destroy()
46
tst_res(TFAIL, "
io_destroy
() failed unexpectedly, returned -%s expected -EINVAL",
in verify_io_destroy()
/third_party/ltp/testcases/kernel/syscalls/io_pgetevents/
H
A
D
io_pgetevents01.c
66
if (
io_destroy
(ctx) < 0)
in run()
67
tst_brk(TBROK | TERRNO, "
io_destroy
() failed");
in run()
H
A
D
io_pgetevents02.c
84
if (
io_destroy
(ctx) < 0)
in cleanup()
85
tst_res(TWARN | TERRNO, "
io_destroy
() failed");
in cleanup()
/third_party/ltp/testcases/kernel/syscalls/eventfd/
H
A
D
eventfd06.c
149
io_destroy
(ctx);
in cleanup()
/third_party/node/deps/openssl/openssl/engines/
H
A
D
e_afalg.c
117
static ossl_inline int
io_destroy
(aio_context_t ctx)
in io_destroy()
function
698
io_destroy
(actx->aio.aio_ctx);
in afalg_cipher_cleanup()
/third_party/openssl/engines/
H
A
D
e_afalg.c
117
static ossl_inline int
io_destroy
(aio_context_t ctx)
in io_destroy()
function
698
io_destroy
(actx->aio.aio_ctx);
in afalg_cipher_cleanup()
Completed in 6 milliseconds