Home | History | Annotate | Download | only in linux

Lines Matching full:fprintf

119   fprintf(stderr, "error: clock_gettime\n");
161 fprintf(stderr, "no ticks happened\n");
190 fprintf(stderr, "\n\n---------------------------------------\n");
191 fprintf(stderr, "| testing %s\n", clks[i].name);
192 fprintf(stderr, "---------------------------------------\n\n");
194 fprintf(stderr, "relative timer test (at 500 ms) ...\n");
210 fprintf(stderr, "waiting timer ...\n");
214 fprintf(stderr, "whooops! no timer showed up!\n");
216 fprintf(stderr, "got timer ticks (%ld) after %.1f s\n",
220 fprintf(stderr, "absolute timer test (at 500 ms) ...\n");
230 fprintf(stderr, "waiting timer ...\n");
234 fprintf(stderr, "whooops! no timer showed up!\n");
236 fprintf(stderr, "got timer ticks (%ld) after %.1f s\n",
239 fprintf(stderr, "sequential timer test (100 ms clock) ...\n");
249 fprintf(stderr, "sleeping one second ...\n");
256 fprintf(stderr, "timerfd_gettime returned:\n"
260 fprintf(stderr, "sleeping 1 second ...\n");
263 fprintf(stderr, "waiting timer ...\n");
267 fprintf(stderr, "whooops! no timer showed up!\n");
272 fprintf(stderr, "got about 20 timer ticks after about 2s\n");
274 fprintf(stderr, "got timer ticks (%ld) after %.2f s\n", ticks, delta);
278 fprintf(stderr, "O_NONBLOCK test ...\n");
288 fprintf(stderr, "timerfd = %d\n", tfd);
291 fprintf(stderr, "waiting timer (flush the single tick) ...\n");
295 fprintf(stderr, "whooops! no timer showed up!\n");
297 fprintf(stderr, "got timer ticks (%ld) after %.1f s\n",
303 fprintf(stderr, "whooops! timer ticks not zero when should have been\n");
305 fprintf(stderr, "whooops! bad errno value (%d = '%s')!\n",
308 fprintf(stderr, "success\n");