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:afd_group
(Results
1 - 2
of
2
) sorted by relevance
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H
A
D
afd.rs
192
afd_group
: Mutex<Vec<Arc<Afd>>>,
202
afd_group
: Mutex::new(Vec::new()),
209
let mut
afd_group
= self.
afd_group
.lock().unwrap();
variables
213
if
afd_group
.len() == 0
214
|| Arc::strong_count(
afd_group
.last().unwrap()) > POLL_GROUP__MAX_GROUP_SIZE
217
afd_group
.push(arc);
220
match
afd_group
.last() {
223
"Cannot acquire afd, {:#?},
afd_group
: {:#?}",
224
self,
afd_group
231
let mut
afd_group
= self.
afd_group
.lock().unwrap();
global()
variables
[all...]
H
A
D
selector.rs
82
afd_group
: AfdGroup,
97
afd_group
: AfdGroup::new(cp_afd),
in new()
181
self.
afd_group
.release_unused_afd();
in feed_events()
198
self.
afd_group
.release_unused_afd();
in update_sockets_events()
212
let afd = this.
afd_group
.acquire()?;
285
self.
afd_group
.release_unused_afd();
in drop()
Completed in 2 milliseconds