Home
last modified time | relevance | path

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

123

/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
H A Dpthread_mutex_timedlock.c38 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 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
H A Dpthread_mutex_timedlock.c23 int clock = m->_m_clock; in pthread_mutex_timedlock_pi() local
71 int clock = (m->_m_clock == CLOCK_MONOTONIC) ? CLOCK_MONOTONIC : CLOCK_REALTIME; in __pthread_mutex_timedlock_inner() local
H A Dpthread_cond_timedwait.c65 int e, seq, clock = c->_c_clock, cs, shared=0, oldstate, tmp; in __pthread_cond_timedwait() 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
/third_party/ltp/include/lapi/
H A Dcommon_timers.h53 static inline int possibly_unsupported(clock_t clock) in possibly_unsupported() argument
/third_party/python/Lib/ctypes/test/
H A Dtest_strings.py136 from time import perf_counter as clock namespace

Completed in 8 milliseconds

123