Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Typedefs
timex.h File Reference
#include <mach/timex.h>

Go to the source code of this file.

Macros

#define get_cycles()   ({ cycles_t c; read_current_timer(&c) ? 0 : c; })
 

Typedefs

typedef unsigned long cycles_t
 

Macro Definition Documentation

#define get_cycles (   void)    ({ cycles_t c; read_current_timer(&c) ? 0 : c; })

Definition at line 22 of file timex.h.

Typedef Documentation

typedef unsigned long cycles_t

Definition at line 21 of file timex.h.