corosync 3.1.9
|
#include <stdint.h>
#include <time.h>
#include <qb/qbloop.h>
Go to the source code of this file.
Macros | |
#define | TIMER_HANDLE_T 1 |
Typedefs | |
typedef qb_loop_timer_handle | corosync_timer_handle_t |
Functions | |
int | corosync_timer_add_duration (unsigned long long nanosec_duration, void *data, void(*timer_fn)(void *data), corosync_timer_handle_t *handle) |
int | corosync_timer_add_absolute (unsigned long long nanoseconds_from_epoch, void *data, void(*timer_fn)(void *data), corosync_timer_handle_t *handle) |
void | corosync_timer_delete (corosync_timer_handle_t handle) |
unsigned long long | corosync_timer_expire_time_get (corosync_timer_handle_t handle) |
unsigned long long | cs_timer_time_get (void) |
|
extern |
Definition at line 43 of file timer.c.
References cs_poll_handle_get(), and nodeid.
|
extern |
Definition at line 58 of file timer.c.
References cs_poll_handle_get(), and nodeid.
|
extern |
Definition at line 72 of file timer.c.
References cs_poll_handle_get(), and nodeid.
|
extern |
Definition at line 78 of file timer.c.
References cs_poll_handle_get(), and nodeid.