#include <stdint.h>
#include <time.h>
#include <qb/qbloop.h>
Go to the source code of this file.
◆ TIMER_HANDLE_T
◆ corosync_timer_add_absolute()
int corosync_timer_add_absolute |
( |
unsigned long long | nanoseconds_from_epoch, |
|
|
void * | data, |
|
|
void(* | timer_fn )(void *data), |
|
|
corosync_timer_handle_t * | handle ) |
|
extern |
◆ corosync_timer_add_duration()
int corosync_timer_add_duration |
( |
unsigned long long | nanosec_duration, |
|
|
void * | data, |
|
|
void(* | timer_fn )(void *data), |
|
|
corosync_timer_handle_t * | handle ) |
|
extern |
◆ corosync_timer_delete()
◆ corosync_timer_expire_time_get()
◆ cs_timer_time_get()
unsigned long long cs_timer_time_get |
( |
void | | ) |
|
|
extern |