Home
last modified time | relevance | path

Searched defs:clock (Results 1 - 25 of 120) sorted by relevance

12345

/third_party/musl/src/time/
H A Dclock.c5 clock_t clock() in clock() function
/third_party/musl/porting/liteos_a/user/src/time/
H A Dclock.c5 clock_t clock() in clock() function
/third_party/rust/crates/rustix/src/time/
H A Dmod.rs3 mod clock; modules
/third_party/glfw/src/
H A Dposix_time.h38 clockid_t clock; member
/third_party/ltp/testcases/kernel/syscalls/timer_delete/
H A Dtimer_delete01.c31 clock_t clock = clock_list[i]; in run() local
/third_party/musl/porting/linux/user/src/thread/
H A Dpthread_rwlock_timedwrlock.c24 int clock = (rw->_rw_clock == CLOCK_MONOTONIC) ? CLOCK_MONOTONIC : CLOCK_REALTIME; in __pthread_rwlock_timedwrlock() local
H A Dpthread_rwlock_timedrdlock.c21 int clock = (rw->_rw_clock == CLOCK_MONOTONIC) ? CLOCK_MONOTONIC : CLOCK_REALTIME; in __pthread_rwlock_timedrdlock() local
/third_party/musl/src/thread/
H A Dpthread_rwlock_timedwrlock.c8 int clock = (rw->_rw_clock == CLOCK_MONOTONIC) ? CLOCK_MONOTONIC : CLOCK_REALTIME; in __pthread_rwlock_timedwrlock() local
H A Dpthread_rwlock_timedrdlock.c6 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 Dmod.rs4 mod clock; modules
/third_party/ltp/testcases/kernel/syscalls/timer_create/
H A Dtimer_create03.c33 clock_t clock = CLOCK_MONOTONIC; in run() local
H A Dtimer_create01.c56 clock_t clock = clock_list[i]; in run() local
H A Dtimer_create02.c47 clock_t clock; member
/third_party/python/Lib/turtledemo/
H A Dtree.py19 from time import perf_counter as clock namespace
H A Dfractalcurves.py15 from time import sleep, perf_counter as clock namespace
H A Drosette.py17 from time import perf_counter as clock, sleep namespace
H A Dbytedesign.py26 from time import perf_counter as clock namespace
H A Dforest.py16 from time import perf_counter as clock namespace
H A Dpenrose.py20 from time import perf_counter as clock, sleep namespace
/third_party/ffmpeg/libavutil/
H A Dtime_internal.h26 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
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_osk_mali.h30 struct clk *clock; member
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/
H A Dmali_osk_mali.h31 struct clk *clock; member
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/feedingsmoother/derived/
H A Ddcamera_feeding_smoother.cpp36 int64_t clock = dCameraStatistician_->GetRecvTime() + dCameraStatistician_->GetAverRecv2FeedTime() in InitBaseline() local
/third_party/ltp/include/lapi/
H A Dcommon_timers.h53 static inline int possibly_unsupported(clock_t clock) in possibly_unsupported() argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/adc/
H A Dhi_adc.c63 hi_xtal_clock clock = hi_get_xtal_clock(); in hi_adc_read() local

Completed in 8 milliseconds

12345