Home
last modified time | relevance | path

Searched refs:xtms (Results 1 – 1 of 1) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/time/
A Dtime.c425 struct tms xtms; in libc_hidden_def() local
428 times(&xtms); in libc_hidden_def()
430 t = ((unsigned long) xtms.tms_utime) + xtms.tms_stime; in libc_hidden_def()

Completed in 4 milliseconds