Searched refs:clock (Results 1 – 8 of 8) sorted by relevance
/rt/ |
A D | timer_gettime.c | 32 clock_t clock = 0; in timer_gettime() local 42 clock = timer->clock; in timer_gettime() 52 __clock_gettime (clock, &now); in timer_gettime()
|
A D | tst-cpuclock2.c | 66 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 D | tst-cputimer1.c | 15 #define TEST_CLOCK_MISSING(clock) \ argument 65 # define TEST_CLOCK_MISSING(clock) "process clocks" argument
|
A D | tst-cputimer2.c | 18 #define TEST_CLOCK_MISSING(clock) \ argument 80 # define TEST_CLOCK_MISSING(clock) "process clocks" argument
|
A D | tst-timer5.c | 9 # define TEST_CLOCK_MISSING(clock) \ argument
|
A D | tst-cputimer3.c | 19 #define TEST_CLOCK_MISSING(clock) \ argument 127 # define TEST_CLOCK_MISSING(clock) "process clocks" argument
|
A D | timer_settime.c | 55 __clock_gettime (timer->clock, &now); in timer_settime() 80 __clock_gettime (timer->clock, &now); in timer_settime()
|
A D | timer_create.c | 142 newtimer->clock = clock_id; in timer_create()
|
Completed in 12 milliseconds