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:exec_time
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ltp/testcases/kernel/mem/mtest06/
H
A
D
mmap2.c
158
float
exec_time
= 24;
in main()
local
204
exec_time
= atof(optarg);
in main()
205
if (
exec_time
== 0)
in main()
207
"time %f hrs",
exec_time
= (float)24);
in main()
218
"\tSize of temp file in MB: %lu\n",
exec_time
, fsize);
in main()
227
alarm(
exec_time
* 3600.00);
in main()
H
A
D
shmat1.c
394
double
exec_time
; /* period for which the test is executed */
in main()
local
421
exec_time
= 24.0; /* minimum time period for which to run the tests */
in main()
433
if ((
exec_time
= atof(optarg)) == 0)
in main()
434
exec_time
= 24;
in main()
445
"\tnumber of shmat shm detach: [%d]\n",
exec_time
, num_iter);
in main()
464
alarm(
exec_time
* 3600.00);
in main()
Completed in 2 milliseconds