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_shutdown
(Results
1 - 2
of
2
) sorted by relevance
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H
A
D
dispatcher.rs
19
fn
is_shutdown
(&self) -> bool;
in is_shutdown()
functions
52
fn
is_shutdown
(&self) -> bool {
in is_shutdown()
functions
55
Self::Http1(h1) => h1.
is_shutdown
(),
in is_shutdown()
58
Self::Http2(h2) => h2.
is_shutdown
(),
in is_shutdown()
61
Self::Http3(h3) => h3.
is_shutdown
(),
in is_shutdown()
147
fn
is_shutdown
(&self) -> bool {
in is_shutdown()
functions
392
fn
is_shutdown
(&self) -> bool {
in is_shutdown()
functions
854
fn
is_shutdown
(&self) -> bool {
in is_shutdown()
functions
919
/// UT test cases for `ConnDispatcher::
is_shutdown
`.
923
/// 2. Calls `ConnDispatcher::
is_shutdown
` t
[all...]
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
H
A
D
schedule_io.rs
59
is_shutdown
: bool,
149
if !waiters.
is_shutdown
&& ready_event.ready.is_empty() {
254
waiters.
is_shutdown
|= shutdown;
in wake0()
348
if waiters.
is_shutdown
{
in poll_init()
479
let
is_shutdown
= schedule_io.waiters.get_mut().unwrap().
is_shutdown
;
in ut_schedule_io_default()
480
assert!(!
is_shutdown
);
in ut_schedule_io_default()
522
assert!(schedule_io.waiters.get_mut().unwrap().
is_shutdown
);
in ut_schedule_io_shutdown()
Completed in 3 milliseconds