Home
last modified time | relevance | path

Searched refs:nullfd (Results 1 – 4 of 4) sorted by relevance

/rt/
A Dtst-cputimer1.c28 int nullfd = open ("/dev/null", O_WRONLY); in chew_cpu() local
32 write (nullfd, (char *) buf, sizeof buf); in chew_cpu()
33 close (nullfd); in chew_cpu()
A Dtst-cputimer2.c31 int nullfd = open ("/dev/null", O_WRONLY); in chew_cpu() local
35 write (nullfd, (char *) buf, sizeof buf); in chew_cpu()
36 close (nullfd); in chew_cpu()
A Dtst-cputimer3.c32 int nullfd = open ("/dev/null", O_WRONLY); in chew_cpu() local
36 write (nullfd, (char *) buf, sizeof buf); in chew_cpu()
37 close (nullfd); in chew_cpu()
A Dtst-cpuclock2.c54 int nullfd = open ("/dev/null", O_WRONLY); in chew_cpu() local
58 write (nullfd, (char *) buf, sizeof buf); in chew_cpu()
59 close (nullfd); in chew_cpu()

Completed in 7 milliseconds