Home
last modified time | relevance | path

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

/external/igt-gpu-tools/runner/
Dexecutor.c1285 int resdirfd, testdirfd, unamefd, timefd; in execute() local
1319 if ((timefd = openat(resdirfd, "starttime.txt", O_CREAT | O_WRONLY | O_EXCL, 0666)) >= 0) { in execute()
1325 dprintf(timefd, "%f\n", timeofday_double()); in execute()
1326 close(timefd); in execute()
1441 if ((timefd = openat(resdirfd, "endtime.txt", O_CREAT | O_WRONLY | O_EXCL, 0666)) >= 0) { in execute()
1442 dprintf(timefd, "%f\n", timeofday_double()); in execute()
1443 close(timefd); in execute()