ReactOS 0.4.15-dev-7934-g1dc8d80
timercmp.h File Reference

Go to the source code of this file.

Macros

#define timercmp(a, b, CMP)
 
#define timerclear(a)   ((a)->tv_sec = (a)->tv_usec = 0)
 

Macro Definition Documentation

◆ timerclear

#define timerclear (   a)    ((a)->tv_sec = (a)->tv_usec = 0)

Definition at line 11 of file timercmp.h.

◆ timercmp

#define timercmp (   a,
  b,
  CMP 
)
Value:
(((a)->tv_sec == (b)->tv_sec) ? \
((a)->tv_usec CMP (b)->tv_usec) : \
((a)->tv_sec CMP (b)->tv_sec))
GLboolean GLboolean GLboolean b
Definition: glext.h:6204
GLboolean GLboolean GLboolean GLboolean a
Definition: glext.h:6204
#define a
Definition: ke_i.h:78
#define CMP(x1, x2)
Definition: procpage.c:16

Definition at line 6 of file timercmp.h.