/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
|
H A D | pthread_mutex_timedlock.c | 23 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 D | pthread_cond_timedwait.c | 65 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 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
|
/third_party/ltp/include/lapi/ |
H A D | common_timers.h | 53 static inline int possibly_unsupported(clock_t clock) in possibly_unsupported() argument
|
/third_party/python/Lib/ctypes/test/ |
H A D | test_strings.py | 136 from time import perf_counter as clock namespace
|