#include <ml-batched-timer.h>
Public Attributes | |
| GMutex | lock |
| struct iv_timer | timer |
| struct timespec | expires |
| gpointer | cookie |
| void *(* | ref_cookie )(gpointer self) |
| void(* | unref_cookie )(gpointer self) |
| void(* | handler )(gpointer self) |
| gpointer MlBatchedTimer::cookie |
| struct timespec MlBatchedTimer::expires |
| void(* MlBatchedTimer::handler) (gpointer self) |
| GMutex MlBatchedTimer::lock |
| void*(* MlBatchedTimer::ref_cookie) (gpointer self) |
| struct iv_timer MlBatchedTimer::timer |
| void(* MlBatchedTimer::unref_cookie) (gpointer self) |