RTEMS CPU Kit with SuperCore  4.11.3
Macros | Functions
__times.c File Reference

Get Process Times. More...

#include <rtems.h>
#include <sys/times.h>
#include <time.h>
#include <sys/time.h>
#include <errno.h>
#include <rtems/seterr.h>
#include <rtems/score/todimpl.h>
#include <rtems/score/timestamp.h>
#include <rtems/score/threadimpl.h>
Include dependency graph for __times.c:

Functions

clock_t _times (struct tms *ptms)
 POSIX 1003.1b 4.5.2 - Get Process Times.
 
clock_t times (struct tms *ptms)
 times() system call wrapper for _times() above.
 

Detailed Description

Get Process Times.