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:time_res
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_init/
H
A
D
s-c.c
106
struct timeval time_zero, time_cour,
time_res
, time_sav[8];
in main()
local
206
time_res
.tv_usec =
in main()
208
if (
time_res
.tv_usec < 1000000) {
in main()
209
time_res
.tv_sec =
in main()
212
time_res
.tv_sec = time_cour.tv_sec - time_zero.tv_sec;
in main()
213
time_res
.tv_usec -= 1000000;
in main()
223
time_sav[7].tv_sec =
time_res
.tv_sec;
in main()
224
time_sav[7].tv_usec =
time_res
.tv_usec;
in main()
226
time_sav[sav].tv_sec =
time_res
.tv_sec;
in main()
227
time_sav[sav].tv_usec =
time_res
in main()
[all...]
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_init/
H
A
D
s-c.c
98
struct timeval time_zero, time_cour,
time_res
, time_sav[8];
in main()
local
208
time_res
.tv_usec =
in main()
210
if (
time_res
.tv_usec < 1000000) {
in main()
211
time_res
.tv_sec =
in main()
214
time_res
.tv_sec = time_cour.tv_sec - time_zero.tv_sec;
in main()
215
time_res
.tv_usec -= 1000000;
in main()
225
time_sav[7].tv_sec =
time_res
.tv_sec;
in main()
226
time_sav[7].tv_usec =
time_res
.tv_usec;
in main()
228
time_sav[sav].tv_sec =
time_res
.tv_sec;
in main()
229
time_sav[sav].tv_usec =
time_res
in main()
[all...]
/third_party/ltp/testcases/kernel/syscalls/setitimer/
H
A
D
setitimer01.c
142
struct timespec
time_res
;
in setup()
local
149
SAFE_CLOCK_GETRES(CLOCK_MONOTONIC_COARSE, &
time_res
);
in setup()
151
time_step =
time_res
.tv_nsec / 1000;
in setup()
156
time_res
.tv_nsec, time_step);
in setup()
/third_party/ltp/testcases/kernel/syscalls/getitimer/
H
A
D
getitimer01.c
106
struct timespec
time_res
;
in setup()
local
108
SAFE_CLOCK_GETRES(CLOCK_MONOTONIC_COARSE, &
time_res
);
in setup()
109
jiffy = (
time_res
.tv_nsec + 999) / 1000;
in setup()
Completed in 2 milliseconds