/* * Copyright (c) 2002, Intel Corporation. All rights reserved. * Created by: julie.n.fleischer REMOVE-THIS AT intel DOT com * This file is licensed under the GPL license. For the full content * of this license, see the COPYING file at the top level of this * source tree. * * Test that TIMER_MAX timers can be created. * * For this test, clock CLOCK_REALTIME will be used. */ #include #include #include #include #include "posixtest.h" int main(int argc, char *argv[]) { timer_t tid; int i; long scTIMER_MAX=0; scTIMER_MAX=sysconf(_SC_TIMER_MAX); for (i=0; i