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:is_write_closed
(Results
1 - 4
of
4
) sorted by relevance
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/
H
A
D
events.rs
31
fn
is_write_closed
(&self) -> bool;
in is_write_closed()
functions
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
H
A
D
ready.rs
65
if event.
is_write_closed
() {
80
(self & Ready::WRITABLE).0 != 0 || self.
is_write_closed
()
in is_writable()
87
pub fn
is_write_closed
(self) -> bool {
in is_write_closed()
functions
188
fn
is_write_closed
(event: i32) -> bool {
in is_write_closed()
functions
209
if
is_write_closed
(event) {
357
/// UT test cases for ready
is_write_closed
function
361
/// 2. Call
is_write_closed
366
assert!(ready.
is_write_closed
());
in ut_ready_is_write_closed()
369
assert!(!ready.
is_write_closed
());
in ut_ready_is_write_closed()
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H
A
D
events.rs
160
fn
is_write_closed
(&self) -> bool {
in is_write_closed()
functions
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/
H
A
D
kqueue.rs
265
fn
is_write_closed
(&self) -> bool {
in is_write_closed()
functions
Completed in 3 milliseconds