4 #define COLLECT_TQueue_STATISTICS 1 33 void move_least(
double tnew);
35 void check(
const char* errmess);
37 void forall_callback(
void (*)(
const TQItem*,
int));
39 void insertNode(
double t,
TQItem*);
49 #if COLLECT_TQueue_STATISTICS 51 unsigned long ninsert, nrem, nleast, nbal, ncmplxrem;
52 unsigned long ncompare, nleastsrch, nfind, nfindsrch, nmove, nfastmove;
static double statistics(void *v)
static double insert(void *v)
static double least(void *v)
int find(const int, const int, const int, const int, const int)
void t_iterate(void(*)(const TQItem *, int), int)