timer_test.c revision 8dcce6f92254680aaa9b66afb927a30316b9e46e
/*
* Copyright (C) 1998 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++;
(void)isc_time_get(&now);
printf("*** resetting ti3 ***\n");
== ISC_R_SUCCESS);
}
}
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_get(&now);
sleep(15);
printf("destroy\n");
sleep(2);
printf("destroyed\n");
}