Searched defs:atio_fd (Results 1 - 1 of 1) sorted by relevance

/sssd-io/src/tests/
H A Dutil-tests.c42 int atio_fd; variable
614 atio_fd = -1;
619 atio_fd = ret;
626 if (atio_fd != -1) {
627 ret = close(atio_fd);
668 fail_if(atio_fd < 0, "No fd to test?\n");
671 numwritten = sss_atomic_write_s(atio_fd, wbuf, wsize);
678 fsync(atio_fd);
679 lseek(atio_fd, 0, SEEK_SET);
682 numread = sss_atomic_read_s(atio_fd, rbu
[all...]

Completed in 1108 milliseconds