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:AioWrite
(Results
1 - 3
of
3
) sorted by relevance
/third_party/rust/crates/nix/test/sys/
H
A
D
test_aio.rs
135
// Tests
AioWrite
.cancel. We aren't trying to test the OS's implementation,
303
let aiocb =
AioWrite
::new(
in test_accessors()
322
// Tests
AioWrite
.cancel. We aren't trying to test the OS's implementation,
331
let mut aiow = Box::pin(
AioWrite
::new(
in cancel()
361
let mut aiow = Box::pin(
AioWrite
::new(
in ok()
391
let mut aiow =
AioWrite
::new(
in on_stack()
411
/// `
AioWrite
::write` should not modify the `AioCb` object if
419
let mut aiow = Box::pin(
AioWrite
::new(
in error()
427
// Dropping the
AioWrite
at this point should not panic
in error()
524
let mut aiow = Box::pin(
AioWrite
in sigev_signal()
[all...]
H
A
D
test_aio_drop.rs
27
let mut aiocb = Box::pin(
AioWrite
::new(
in test_drop()
/third_party/rust/crates/nix/src/sys/
H
A
D
aio.rs
6
//! [`write`](struct.
AioWrite
.html#method.new),
253
/// let mut aiocb = Box::pin(
AioWrite
::new(f.as_raw_fd(),
294
/// let mut aiocb = Box::pin(
AioWrite
::new(f.as_raw_fd(),
761
///
AioWrite
::new(
777
pub struct
AioWrite
<'a> {
structure names
783
impl<'a>
AioWrite
<'a> {
impls
795
/// Construct a new `
AioWrite
`.
801
/// * `buf`: A memory buffer. It must outlive the `
AioWrite
`.
823
AioWrite
{
in new()
836
impl<'a> Aio for
AioWrite
<'
[all...]
Completed in 3 milliseconds