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:sleep_duration
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ltp/testcases/kernel/controllers/freezer/
H
A
D
vfork.c
119
struct timespec
sleep_duration
;
variable
124
int rc = nanosleep(&
sleep_duration
, &
sleep_duration
);
in sleepy_time()
150
sleep_duration
.tv_sec = 0U;
in _parse_opts()
151
sleep_duration
.tv_nsec = 0U;
in _parse_opts()
165
sleep_duration
.tv_sec = 1;
in _parse_opts()
174
sleep_duration
.tv_sec = duration;
in _parse_opts()
176
sleep_duration
.tv_nsec = duration * 1000000U;
in _parse_opts()
178
sleep_duration
.tv_nsec = duration * 1000U;
in _parse_opts()
180
sleep_duration
in _parse_opts()
[all...]
/third_party/benchmark/test/
H
A
D
options_test.cc
17
std::chrono::milliseconds
sleep_duration
(state.range(0));
in BM_basic_slow()
20
std::chrono::duration_cast<std::chrono::nanoseconds>(
sleep_duration
));
in BM_basic_slow()
H
A
D
benchmark_test.cc
191
std::chrono::duration<double, std::micro>
sleep_duration
{
in BM_ManualTiming()
198
std::chrono::duration_cast<std::chrono::nanoseconds>(
sleep_duration
));
in BM_ManualTiming()
Completed in 2 milliseconds