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:start_delay
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ltp/testcases/realtime/func/sched_latency/
H
A
D
sched_latency.c
120
nsec_t delay, avg_delay = 0,
start_delay
, min_delay = -1ULL, max_delay =
in periodic_thread()
local
130
start_delay
= (now - start) / NS_PER_US;
in periodic_thread()
224
printf("Start: %4llu us: %s\n",
start_delay
,
in periodic_thread()
225
start_delay
< pass_criteria ? "PASS" : "FAIL");
in periodic_thread()
/third_party/rust/crates/nix/test/sys/
H
A
D
test_timerfd.rs
45
let
start_delay
= before.elapsed().as_millis();
in test_timerfd_interval()
46
assert!(
start_delay
> 900);
in test_timerfd_interval()
/third_party/alsa-utils/aplay/
H
A
D
aplay.c
125
static int
start_delay
= 0;
variable
555
start_delay
= 1;
732
start_delay
= parse_long(optarg, &err);
771
start_delay
= 1;
1480
if (
start_delay
<= 0) {
1481
start_threshold = n + (double) rate *
start_delay
/ 1000000;
1483
start_threshold = (double) rate *
start_delay
/ 1000000;
/third_party/alsa-utils/topology/nhlt/intel/ssp/
H
A
D
ssp-process.c
87
bool
start_delay
= false;
in ssp_calculate_intern()
local
302
start_delay
= true;
in ssp_calculate_intern()
350
/* default
start_delay
value is set to false */
in ssp_calculate_intern()
400
start_delay
= true;
in ssp_calculate_intern()
406
/* default
start_delay
value is set to false */
in ssp_calculate_intern()
471
if (
start_delay
)
in ssp_calculate_intern()
Completed in 7 milliseconds