timer_test.c revision 663ee1b90364f6b4275f0e12c14002117b09250c
/*
* Copyright (C) 1998, 1999 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
* ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
* OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
* CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
* DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
* PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
* ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
* SOFTWARE.
*/
#include <config.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <isc/assertions.h>
int tick_count = 0;
static void
}
static void
{
tick_count++;
printf("*** resetting ti3 ***\n");
}
}
static void
{
char *type;
type = "idle";
else
type = "life";
printf("*** saving task 3 ***\n");
return;
}
}
void
unsigned int workers;
if (argc > 1)
else
workers = 2;
(void)isc_time_now(&now);
sleep(15);
printf("destroy\n");
sleep(2);
printf("destroyed\n");
printf("Statistics for mctx1:\n");
printf("Statistics for mctx2:\n");
printf("Statistics for mctx3:\n");
}