XenevaOS
Loading...
Searching...
No Matches
Classes | Macros
time.h File Reference
#include <time.h>
#include <sys/_ketimer.h>
Include dependency graph for time.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  itimerval
 

Macros

#define ITIMER_REAL   0
 
#define ITIMER_VIRTUAL   1
 
#define ITIMER_PROF   2
 
#define setitimer(which, newval, oldval)   _KeSetITimer(which, newval, oldval)
 
#define getitimer(which, curval)   _KeGetITimer(which, curval)
 

Macro Definition Documentation

◆ getitimer

#define getitimer (   which,
  curval 
)    _KeGetITimer(which, curval)

◆ ITIMER_PROF

#define ITIMER_PROF   2

◆ ITIMER_REAL

#define ITIMER_REAL   0

◆ ITIMER_VIRTUAL

#define ITIMER_VIRTUAL   1

◆ setitimer

#define setitimer (   which,
  newval,
  oldval 
)    _KeSetITimer(which, newval, oldval)