Home
last modified time | relevance | path

Searched defs:tv (Results 1 - 25 of 447) sorted by relevance

12345678910>>...18

/third_party/libuv/test/
H A Dtest-gettimeofday.c26 uv_timeval64_t tv; in TEST_IMPL() local
/third_party/pulseaudio/src/pulse/
H A Drtclock.c33 struct timeval tv; in pa_rtclock_now() local
/third_party/jerryscript/jerry-main/
H A Dbenchmarking.c43 int gettimeofday (struct timeval *tv, in gettimeofday() argument
/third_party/musl/src/unistd/
H A Dsleep.c6 struct timespec tv = { .tv_sec = seconds, .tv_nsec = 0 }; in sleep() local
H A Dusleep.c7 struct timespec tv = { in usleep() local
/third_party/musl/porting/linux/user/src/linux/
H A Dsettimeofday.c7 int settimeofday(const struct timeval *tv, const struct timezone *tz) in settimeofday() argument
/third_party/musl/porting/liteos_a/kernel/src/linux/
H A Dstime.c7 struct timeval tv = { .tv_sec = *t, .tv_usec = 0 }; in stime() local
/third_party/musl/src/linux/
H A Dsettimeofday.c7 int settimeofday(const struct timeval *tv, const struct timezone *tz) in settimeofday() argument
H A Dstime.c7 struct timeval tv = { .tv_sec = *t, .tv_usec = 0 }; in stime() local
/third_party/ltp/testcases/kernel/syscalls/sched_setparam/
H A Dsched_setparam01.c22 struct sched_variant *tv = &sched_variants[tst_variant]; in run() local
/third_party/musl/compat/time32/
H A Dgettimeofday_time32.c8 struct timeval tv; in __gettimeofday_time32() local
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dtjutil.c64 struct timeval tv; in getTime() local
/third_party/toybox/toys/other/
H A Dusleep.c20 struct timespec tv; in usleep_main() local
/third_party/musl/src/legacy/
H A Dfutimes.c5 int futimes(int fd, const struct timeval tv[2]) in futimes() argument
H A Dlutimes.c6 int lutimes(const char *filename, const struct timeval tv[2]) in lutimes() argument
/third_party/ltp/testcases/kernel/syscalls/personality/
H A Dpersonality02.c23 struct timeval tv = { .tv_sec = 0, .tv_usec = USEC }; in run() local
/third_party/ltp/testcases/kernel/syscalls/sched_getscheduler/
H A Dsched_getscheduler02.c30 struct sched_variant *tv = &sched_variants[tst_variant]; in run() local
/third_party/curl/lib/
H A Dtimediff.c37 struct timeval *curlx_mstotv(struct timeval *tv, timediff_t ms) in curlx_mstotv() argument
85 curlx_tvtoms(struct timeval *tv) curlx_tvtoms() argument
[all...]
/third_party/ffmpeg/libavutil/
H A Dtime.c42 struct timeval tv; in av_gettime() local
/third_party/libwebsockets/win32port/win32helpers/
H A Dgettimeofday.c7 int gettimeofday(struct timeval *tv, struct timezone *tz) in gettimeofday() argument
/third_party/musl/porting/linux/user/src/time/
H A Dgettimeofday.c28 static int gtd_init(struct timeval *tv, void *tz) in gtd_init() argument
42 int gettimeofday(struct timeval *restrict tv, void *restrict tz) in gettimeofday() argument
/third_party/musl/src/time/
H A Dgettimeofday.c15 static int gtd_init(struct timeval *tv, void *tz) in gtd_init() argument
30 int gettimeofday(struct timeval *restrict tv, void *restrict tz) in gettimeofday() argument
/third_party/ltp/testcases/kernel/syscalls/sched_rr_get_interval/
H A Dsched_rr_get_interval02.c31 struct time64_variants *tv = &variants[tst_variant]; in setup() local
44 struct time64_variants *tv = &variants[tst_variant]; in run() local
/third_party/ltp/testcases/kernel/syscalls/sched_setscheduler/
H A Dsched_setscheduler02.c41 struct sched_variant *tv = &sched_variants[tst_variant]; in run() local
/third_party/ltp/testcases/kernel/syscalls/sched_getparam/
H A Dsched_getparam01.c32 struct sched_variant *tv = &sched_variants[tst_variant]; in verify_sched_getparam() local
63 struct sched_variant *tv = &sched_variants[tst_variant]; in setup() local

Completed in 4 milliseconds

12345678910>>...18