ELinks 0.18.0
|
#include <errno.h>
#include "elinks.h"
#include "main/select.h"
#include "main/timer.h"
#include "util/error.h"
#include "util/lists.h"
#include "util/memory.h"
#include "util/time.h"
Functions | |
int | get_timers_count (void) |
void | check_timers (timeval_T *last_time) |
void | install_timer (timer_id_T *id, milliseconds_T delay, void(*func)(void *), void *data) |
void | kill_timer (timer_id_T *id) |
int | get_next_timer_time (timeval_T *t) |
void | set_events_for_timer (void) |
Variables | |
static struct timer list | timers = { D_LIST_HEAD_EL(timers) } |
void check_timers | ( | timeval_T * | last_time | ) |
int get_next_timer_time | ( | timeval_T * | t | ) |
int get_timers_count | ( | void | ) |
void install_timer | ( | timer_id_T * | id, |
milliseconds_T | delay, | ||
void(* | func )(void *), | ||
void * | data ) |
void kill_timer | ( | timer_id_T * | id | ) |
void set_events_for_timer | ( | void | ) |
|
static |