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:msec
(Results
1 - 6
of
6
) sorted by relevance
/test/xts/acts/kernel_lite/utils/
H
A
D
utils.cpp
48
void Msleep(int
msec
)
in Msleep()
argument
50
usleep(
msec
* SYS_US_PER_MS);
in Msleep()
53
int KeepRun(int
msec
)
in KeepRun()
argument
61
while (runned <
msec
) {
in KeepRun()
H
A
D
utils.h
116
//
msec
is millisecond (1/1000 sec).
118
int KeepRun(int
msec
);
/test/xts/hats/kernel/posix_interface/interface_gn/utils/
H
A
D
utils.cpp
45
void Msleep(int
msec
)
in Msleep()
argument
47
usleep(
msec
* SYS_US_PER_MS);
in Msleep()
50
int KeepRun(int
msec
)
in KeepRun()
argument
60
while (runned <
msec
) {
in KeepRun()
H
A
D
utils.h
74
//
msec
is millisecond (1/1000 sec).
76
int KeepRun(int
msec
);
/test/testfwk/developer_test/examples/sleep/test/performance/common/
H
A
D
spent_time_test.cpp
39
int
msec
= *reinterpret_cast<int*>(pMsec);
in LoopMsleep()
local
40
for (int index = 0; index <
msec
; index++) {
in LoopMsleep()
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H
A
D
otherstestndk.cpp
1051
static inline void Msleep(int
msec
) { usleep(
msec
* MS_PER_S); }
in Msleep()
argument
Completed in 5 milliseconds