Searched refs:xtms (Results 1 – 1 of 1) sorted by relevance
425 struct tms xtms; in libc_hidden_def() local428 times(&xtms); in libc_hidden_def()430 t = ((unsigned long) xtms.tms_utime) + xtms.tms_stime; in libc_hidden_def()
Completed in 4 milliseconds