Searched refs:time (Results 76 - 80 of 80) sorted by relevance

1234

/bionic/libc/
H A DAndroid.mk406 upstream-openbsd/lib/libc/gen/time.c \
735 LOCAL_SRC_FILES += upstream-openbsd/lib/libc/time/wcsftime.c
/bionic/libc/kernel/uapi/linux/
H A Dvideodev2.h14 *** Any manual change here will be lost the next time this script will
21 #include <sys/time.h>
/bionic/libc/dns/resolv/
H A Dres_cache.c36 #include <time.h>
55 * It is only used to cache DNS answers for a time defined by the smallest TTL
68 * the smallest TTL value among the answer records are used as the time
102 /* the name of an environment variable that will be checked the first time
1214 /* Maximum time for a thread to wait for an pending request */
1966 // As a side effect this also reduces the time the lock is kept.
/bionic/libc/tzcode/
H A Dlocaltime.c63 ** Someone might make incorrect use of a time zone abbreviation:
68 ** 3. They might reference tzname[1] after setting to a time zone
70 ** 4. They might reference tzname[0] after setting to a time zone
78 ** manual page of what this "time zone abbreviation" means (doing this so
99 struct ttinfo { /* time type information */
103 bool tt_ttisstd; /* transition is std time */
108 time_t ls_trans; /* transition time */
149 int_fast32_t r_time; /* transition time of rule */
190 ** objects: a broken-down time structure and an array of char.
652 ** and the first transition is to a daylight time
2310 time(time_t *p) function
[all...]
/bionic/tests/
H A Dpthread_test.cpp28 #include <time.h>
221 // loops on spin_flag_ can find it becomes false at some time.
1670 // If the mutex is already locked, pthread_mutex_timedlock should time out.

Completed in 314 milliseconds

1234