Searched defs:clock (Results 1 – 13 of 13) sorted by relevance
/bionic/libc/bionic/ |
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 | clock.cpp | 36 clock_t clock() { in clock() function
|
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() 239 int pthread_cond_clockwait(pthread_cond_t* cond_interface, pthread_mutex_t* mutex, clockid_t clock, in pthread_cond_clockwait()
|
D | pthread_rwlock.cpp | 432 int pthread_rwlock_clockrdlock(pthread_rwlock_t* rwlock_interface, clockid_t clock, in pthread_rwlock_clockrdlock() 470 int pthread_rwlock_clockwrlock(pthread_rwlock_t* rwlock_interface, clockid_t clock, in pthread_rwlock_clockwrlock()
|
D | semaphore.cpp | 278 int sem_clockwait(sem_t* sem, clockid_t clock, const timespec* abs_timeout) { in sem_clockwait()
|
D | pthread_mutex.cpp | 994 int pthread_mutex_clocklock(pthread_mutex_t* mutex_interface, clockid_t clock, in pthread_mutex_clocklock()
|
/bionic/libc/private/ |
D | bionic_time_conversions.h | 66 …nline void absolute_timespec_from_timespec(timespec& abs_ts, const timespec& ts, clockid_t clock) { in absolute_timespec_from_timespec()
|
/bionic/tests/ |
D | pthread_test.cpp | 957 clockid_t clock; member 1132 clockid_t clock, int (*lock_function)(pthread_rwlock_t* __rwlock, const timespec* __timeout)) { in pthread_rwlock_timedrdlock_timeout_helper() 1200 clockid_t clock, int (*lock_function)(pthread_rwlock_t* __rwlock, const timespec* __timeout)) { in pthread_rwlock_timedwrlock_timeout_helper() 1457 clockid_t clock; in TEST() local 1471 clockid_t clock; in TEST() local 1497 clockid_t clock; in TEST() local 1529 void InitCond(clockid_t clock=CLOCK_REALTIME) { in InitCond() 1550 clockid_t clock, in RunTimedTest() 1564 void RunTimedTest(clockid_t clock, std::function<int(pthread_cond_t* cond, pthread_mutex_t* mutex, in RunTimedTest() 1666 static void pthread_cond_timedwait_timeout_helper(bool init_monotonic, clockid_t clock, in pthread_cond_timedwait_timeout_helper() [all …]
|
D | semaphore_test.cpp | 108 static void sem_timedwait_helper(clockid_t clock, in sem_timedwait_helper()
|
D | time_test.cpp | 1005 TEST(time, clock) { in TEST() argument
|
/bionic/libc/kernel/uapi/linux/ |
D | scc.h | 127 long clock; member
|
D | kvm.h | 1027 __u64 clock; member
|
/bionic/libc/kernel/uapi/drm/ |
D | drm_mode.h | 105 __u32 clock; member
|