Searched defs:clock (Results 1 – 10 of 10) sorted by relevance
/bionic/libc/bionic/ |
D | clock.cpp | 36 clock_t clock() { in clock() function
|
D | time64.c | 64 # define LOCALTIME_R(clock, result) localtime_r(clock, result) argument 66 # define LOCALTIME_R(clock, result) fake_localtime_r(clock, result) argument 69 # define GMTIME_R(clock, result) gmtime_r(clock, result) argument 71 # define GMTIME_R(clock, result) fake_gmtime_r(clock, result) argument 427 struct tm * fake_localtime_r(const time_t *clock, struct tm *result) { in fake_localtime_r() 445 struct tm * fake_gmtime_r(const time_t *clock, struct tm *result) { in fake_gmtime_r()
|
D | bionic_time_conversions.cpp | 57 bool timespec_from_absolute_timespec(timespec& ts, const timespec& abs_ts, clockid_t clock) { in timespec_from_absolute_timespec()
|
D | pthread_cond.cpp | 88 int pthread_condattr_getclock(const pthread_condattr_t* attr, clockid_t* clock) { in pthread_condattr_getclock() 93 int pthread_condattr_setclock(pthread_condattr_t* attr, clockid_t clock) { in pthread_condattr_setclock() 188 const timespec* abs_timeout_or_null, clockid_t clock) { in __pthread_cond_timedwait()
|
D | pthread_mutex.cpp | 300 clockid_t clock) { in __pthread_normal_mutex_lock() 420 const timespec* abs_timeout_or_null, clockid_t clock) { in __pthread_mutex_lock_with_timeout()
|
/bionic/libc/kernel/uapi/linux/ |
D | scc.h | 152 long clock; member
|
D | kvm.h | 835 __u64 clock; member
|
/bionic/tests/ |
D | time_test.cpp | 498 TEST(time, clock) { in TEST() argument
|
D | pthread_test.cpp | 998 clockid_t clock; in TEST() local 1012 clockid_t clock; in TEST() local 1038 clockid_t clock; in TEST() local
|
/bionic/libc/kernel/uapi/drm/ |
D | drm_mode.h | 89 __u32 clock; member
|