Go to the source code of this file.
◆ FOR_ALL_ELTS
Value: { \
struct
TM_Elem *_LIST_, *var, *_NEXT_; \
for (var = _LIST_->Next; var != _LIST_; var = _NEXT_) { \
body \
} \
}
command_t list[]
Definition: repair.cc:29
struct TM_Elem * Next
Definition: timer.h:48
◆ TM_eql()
int TM_eql |
( |
struct timeval * |
t1, |
|
|
struct timeval * |
t2 |
|
) |
| |
◆ TM_Final()
int TM_Final |
( |
struct TM_Elem ** |
list | ) |
|
◆ TM_GetEarliest()
◆ TM_GetExpired()
◆ TM_Init()
int TM_Init |
( |
struct TM_Elem ** |
list | ) |
|
◆ TM_Insert()
◆ TM_Remove()
◆ TM_Rescan()
int TM_Rescan |
( |
struct TM_Elem * |
tlist | ) |
|