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:busy_time
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ltp/testcases/realtime/func/hrtimer-prio/
H
A
D
hrtimer-prio.c
57
static int
busy_time
= DEF_BUSY_TIME;
variable
90
busy_time
= atoi(v);
in parse_args()
117
busy_work_ms(
busy_time
);
in busy_thread()
173
printf("Busy thread work time: %d\n",
busy_time
);
in main()
/third_party/mesa3d/src/gallium/auxiliary/hud/
H
A
D
hud_cpu.c
64
get_cpu_stats(unsigned cpu_index, uint64_t *
busy_time
, uint64_t *total_time)
in get_cpu_stats()
argument
83
*
busy_time
= filetime_to_scalar(ftUser) + filetime_to_scalar(ftKernel);
in get_cpu_stats()
86
/*
busy_time
already has the time accross all cpus.
in get_cpu_stats()
101
get_cpu_stats(unsigned cpu_index, uint64_t *
busy_time
, uint64_t *total_time)
in get_cpu_stats()
argument
165
*
busy_time
= cp_time[CP_USER] + cp_time[CP_NICE] +
in get_cpu_stats()
168
*total_time = *
busy_time
+ cp_time[CP_IDLE];
in get_cpu_stats()
176
get_cpu_stats(unsigned cpu_index, uint64_t *
busy_time
, uint64_t *total_time)
in get_cpu_stats()
argument
208
*
busy_time
= v[0] + v[1] + v[2];
in get_cpu_stats()
209
*total_time = *
busy_time
;
in get_cpu_stats()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H
A
D
mod.rs
899
pub
busy_time
: bintime,
Completed in 11 milliseconds