Home
last modified time | relevance | path

Searched refs:clock (Results 1 – 8 of 8) sorted by relevance

/rt/
A Dtimer_gettime.c32 clock_t clock = 0; in timer_gettime() local
42 clock = timer->clock; in timer_gettime()
52 __clock_gettime (clock, &now); in timer_gettime()
A Dtst-cpuclock2.c66 test_nanosleep (clockid_t clock, const char *which, in test_nanosleep() argument
70 int e = clock_nanosleep (clock, 0, &sleeptime, NULL); in test_nanosleep()
85 if (clock_gettime (clock, &after) < 0) in test_nanosleep()
88 which, (unsigned long int) clock, strerror (errno)); in test_nanosleep()
101 e = clock_nanosleep (clock, TIMER_ABSTIME, &sleeptimeabs, NULL); in test_nanosleep()
111 if (clock_gettime (clock, &afterabs) < 0) in test_nanosleep()
114 which, (unsigned long int) clock, strerror (errno)); in test_nanosleep()
A Dtst-cputimer1.c15 #define TEST_CLOCK_MISSING(clock) \ argument
65 # define TEST_CLOCK_MISSING(clock) "process clocks" argument
A Dtst-cputimer2.c18 #define TEST_CLOCK_MISSING(clock) \ argument
80 # define TEST_CLOCK_MISSING(clock) "process clocks" argument
A Dtst-timer5.c9 # define TEST_CLOCK_MISSING(clock) \ argument
A Dtst-cputimer3.c19 #define TEST_CLOCK_MISSING(clock) \ argument
127 # define TEST_CLOCK_MISSING(clock) "process clocks" argument
A Dtimer_settime.c55 __clock_gettime (timer->clock, &now); in timer_settime()
80 __clock_gettime (timer->clock, &now); in timer_settime()
A Dtimer_create.c142 newtimer->clock = clock_id; in timer_create()

Completed in 12 milliseconds