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
defs:events
(Results
1 - 14
of
14
) sorted by relevance
/commonlibrary/rust/ylong_runtime/ylong_io/examples/
H
A
D
ylong_io_tcp_server.rs
34
let mut
events
= Events::with_capacity(128);
in main()
variables
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/
H
A
D
mod.rs
46
mod
events
;
modules
/commonlibrary/c_utils/base/src/
H
A
D
event_handler.cpp
40
void EventHandler::HandleEvents(uint32_t
events
)
in HandleEvents()
argument
H
A
D
io_event_handler.cpp
28
IOEventHandler::IOEventHandler(int fd, EventId
events
, const EventCallback& cb)
in IOEventHandler()
argument
H
A
D
io_event_epoll.cpp
83
ErrCode IOEventEpoll::ModifyEvents(int fd, REventId
events
)
in ModifyEvents()
argument
H
A
D
event_demultiplexer.cpp
132
uint32_t
events
= epollEvents[idx].
events
;
in Polling()
local
H
A
D
io_event_reactor.cpp
262
HandleAll(const std::vector<std::pair<int, EventId>>&
events
)
HandleAll()
argument
[all...]
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H
A
D
mod.rs
36
mod
events
;
modules
/commonlibrary/rust/ylong_runtime/ylong_io/tests/
H
A
D
uds_test.rs
74
let mut
events
= Events::with_capacity(128);
in server()
variables
/commonlibrary/c_utils/base/include/
H
A
D
io_event_reactor.h
76
EventId
events
;
member
H
A
D
io_event_handler.h
45
inline void SetEvents(EventId
events
)
in SetEvents()
argument
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
H
A
D
driver.rs
249
let mut
events
= match self.
events
.take() {
global()
variables
[all...]
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/
H
A
D
kqueue.rs
77
let mut
events
= Vec::with_capacity(2);
in register()
variables
95
let mut
events
= Vec::with_capacity(2);
reregister()
variables
116
let mut
events
= vec![
deregister()
variables
[all...]
/commonlibrary/c_utils/base/test/benchmarktest/event_benchmark_test/
H
A
D
event_benchmark_test.cpp
1403
EventId
events
= Events::EVENT_READ;
in BENCHMARK_F()
local
1428
EventId
events
= Events::EVENT_READ;
BENCHMARK_F()
local
[all...]
Completed in 7 milliseconds