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
defs:clock
(Results
1 - 25
of
77
) sorted by relevance
1
2
3
4
/third_party/musl/src/time/
H
A
D
clock.c
5
clock_t
clock
()
in clock()
function
/third_party/musl/porting/liteos_a/user/src/time/
H
A
D
clock.c
5
clock_t
clock
()
in clock()
function
/third_party/rust/crates/rustix/src/time/
H
A
D
mod.rs
3
mod
clock
;
modules
/third_party/glfw/src/
H
A
D
posix_time.h
38
clockid_t
clock
;
member
/third_party/ltp/testcases/kernel/syscalls/timer_delete/
H
A
D
timer_delete01.c
31
clock_t
clock
= clock_list[i];
in run()
local
/third_party/musl/porting/linux/user/src/thread/
H
A
D
pthread_rwlock_timedwrlock.c
24
int
clock
= (rw->_rw_clock == CLOCK_MONOTONIC) ? CLOCK_MONOTONIC : CLOCK_REALTIME;
in __pthread_rwlock_timedwrlock()
local
H
A
D
pthread_rwlock_timedrdlock.c
21
int
clock
= (rw->_rw_clock == CLOCK_MONOTONIC) ? CLOCK_MONOTONIC : CLOCK_REALTIME;
in __pthread_rwlock_timedrdlock()
local
H
A
D
pthread_mutex_timedlock.c
38
int
clock
= m->_m_clock;
in pthread_mutex_timedlock_pi()
local
84
int
clock
= (m->_m_clock == CLOCK_MONOTONIC) ? CLOCK_MONOTONIC : CLOCK_REALTIME;
in __pthread_mutex_timedlock_inner()
local
/third_party/musl/src/thread/
H
A
D
pthread_rwlock_timedwrlock.c
8
int
clock
= (rw->_rw_clock == CLOCK_MONOTONIC) ? CLOCK_MONOTONIC : CLOCK_REALTIME;
in __pthread_rwlock_timedwrlock()
local
H
A
D
pthread_rwlock_timedrdlock.c
6
int
clock
= (rw->_rw_clock == CLOCK_MONOTONIC) ? CLOCK_MONOTONIC : CLOCK_REALTIME;
in __pthread_rwlock_timedrdlock()
local
/third_party/rust/crates/rustix/src/thread/
H
A
D
mod.rs
4
mod
clock
;
modules
/third_party/ltp/testcases/kernel/syscalls/timer_create/
H
A
D
timer_create03.c
33
clock_t
clock
= CLOCK_MONOTONIC;
in run()
local
H
A
D
timer_create01.c
56
clock_t
clock
= clock_list[i];
in run()
local
H
A
D
timer_create02.c
47
clock_t
clock
;
member
/third_party/python/Lib/turtledemo/
H
A
D
tree.py
19
from time import perf_counter as
clock
namespace
H
A
D
fractalcurves.py
15
from time import sleep, perf_counter as
clock
namespace
H
A
D
rosette.py
17
from time import perf_counter as
clock
, sleep
namespace
H
A
D
bytedesign.py
26
from time import perf_counter as
clock
namespace
H
A
D
forest.py
16
from time import perf_counter as
clock
namespace
H
A
D
penrose.py
20
from time import perf_counter as
clock
, sleep
namespace
/third_party/ffmpeg/libavutil/
H
A
D
time_internal.h
26
static inline struct tm *ff_gmtime_r(const time_t*
clock
, struct tm *result)
in ff_gmtime_r()
argument
38
static inline struct tm *ff_localtime_r(const time_t*
clock
, struct tm *result)
in ff_localtime_r()
argument
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/feedingsmoother/derived/
H
A
D
dcamera_feeding_smoother.cpp
36
int64_t
clock
= dCameraStatistician_->GetRecvTime() + dCameraStatistician_->GetAverRecv2FeedTime()
in InitBaseline()
local
/third_party/ltp/include/lapi/
H
A
D
common_timers.h
53
static inline int possibly_unsupported(clock_t
clock
)
in possibly_unsupported()
argument
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H
A
D
property_animation.cpp
30
void PropertyAnimation::Step(const IClock::ConstPtr&
clock
)
in Step()
argument
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/
H
A
D
dcamera_feeding_smoother_test.cpp
201
int64_t
clock
= TWOFOLD * FRAME_INTERVAL;
in HWTEST_F()
local
Completed in 5 milliseconds
1
2
3
4