Home | History | Annotate | Download | only in tests

Lines Matching defs:m_fd

28     int m_fd = -1;
38 m_fd = fd;
42 close(m_fd);
43 m_fd = -1;
52 int status = fcntl(m_fd, F_GETFD, 0);
63 return m_fd;
66 return sw_sync_timeline_inc(m_fd, val);
79 int m_fd = -1;
84 m_fd = fd;
88 m_fd = -1;
94 int status = fcntl(m_fd, F_GETFD, 0);
161 close(m_fd);
169 return m_fd;
172 return sync_wait(m_fd, timeout);