#include <signal.h>
#include <stdio.h>
#include <dim.h>
#include <sys/timeb.h>
Go to the source code of this file.
|
| _DIM_PROTO (static void alrm_sig_handler,(int num)) |
|
| _DIM_PROTO (static void Std_timer_handler,()) |
|
| _DIM_PROTO (static int stop_it,(int new_time)) |
|
| _DIM_PROTO (static int scan_it,()) |
|
| _DIM_PROTO (static int get_minimum,(int deltat)) |
|
| _DIM_PROTO (int dtq_task,(void *dummy)) |
|
| _DIM_PROTO (static int my_alarm,(int secs)) |
|
| _DIM_PROTO (int dim_dtq_init,(int thr_flag)) |
|
void | dim_no_threads () |
|
int | dim_dtq_init (int thr_flag) |
|
void | dummy_alrm_sig_handler (int num) |
|
void | dim_dtq_stop () |
|
static int | get_current_time (int *millies) |
|
static int | get_elapsed_time () |
|
static int | my_alarm (int secs) |
|
void | dim_usleep (int usecs) |
|
int | dtq_task (void *dummy) |
|
int | dtq_create () |
|
int | dtq_delete (int queue_id) |
|
TIMR_ENT * | dtq_add_entry (int queue_id, int time, void(*user_routine)(), dim_long tag) |
|
int | dtq_clear_entry (TIMR_ENT *entry) |
|
int | dtq_rem_entry (int queue_id, TIMR_ENT *entry) |
|
static int | rem_deleted_entries (int queue_id) |
|
static int | get_minimum (int deltat) |
|
static int | stop_it () |
|
static int | start_it (int new_time) |
|
static int | scan_it () |
|
static void | alrm_sig_handler (int num) |
|
static void | Std_timer_handler () |
|
void | dtq_start_timer (int time, void(*user_routine)(), dim_long tag) |
|
int | dtq_stop_timer (dim_long tag) |
|
void | dtq_sleep_rout (dim_long tag) |
|
unsigned int | dtq_sleep (int secs) |
|