Home
last modified time | relevance | path

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

/Kernel-v10.6.2/portable/ThirdParty/GCC/Posix/
Dport.c589 struct tms xTimes; in ulPortGetRunTime() local
591 times( &xTimes ); in ulPortGetRunTime()
593 return ( unsigned long ) xTimes.tms_utime; in ulPortGetRunTime()