Home
last modified time | relevance | path

Searched defs:clock (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/unistd/
Dtime.c68 clock(void) in clock() function
/bionic/libc/bionic/
Dtime64.c60 # define LOCALTIME_R(clock, result) localtime_r(clock, result) argument
62 # define LOCALTIME_R(clock, result) fake_localtime_r(clock, result) argument
65 # define GMTIME_R(clock, result) gmtime_r(clock, result) argument
67 # define GMTIME_R(clock, result) fake_gmtime_r(clock, result) argument
432 struct tm * fake_localtime_r(const time_t *clock, struct tm *result) { in fake_localtime_r()
450 struct tm * fake_gmtime_r(const time_t *clock, struct tm *result) { in fake_gmtime_r()
Dpthread.c1209 __timespec_to_absolute(struct timespec* ts, const struct timespec* abstime, clockid_t clock) in __timespec_to_absolute()
1228 __timespec_to_relative_msec(struct timespec* abstime, unsigned msecs, clockid_t clock) in __timespec_to_relative_msec()
1241 clockid_t clock = CLOCK_MONOTONIC; in pthread_mutex_lock_timeout_np() local
1487 clockid_t clock) in __pthread_cond_timedwait()
Dpthread-timers.c96 clockid_t clock; member
/bionic/libc/kernel/common/linux/mmc/
Dhost.h18 unsigned int clock; member