Home
last modified time | relevance | path

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

/AOO41X/main/vcl/unx/generic/app/
H A Dsaldata.cxx315 m_pTimeoutFDS[0] = m_pTimeoutFDS[1] = -1; in SalXLib()
316 if (pipe (m_pTimeoutFDS) != -1) in SalXLib()
322 if ((flags = fcntl (m_pTimeoutFDS[0], F_GETFD)) != -1) in SalXLib()
325 fcntl (m_pTimeoutFDS[0], F_SETFD, flags); in SalXLib()
327 if ((flags = fcntl (m_pTimeoutFDS[1], F_GETFD)) != -1) in SalXLib()
330 fcntl (m_pTimeoutFDS[1], F_SETFD, flags); in SalXLib()
334 if ((flags = fcntl (m_pTimeoutFDS[0], F_GETFL)) != -1) in SalXLib()
337 fcntl (m_pTimeoutFDS[0], F_SETFL, flags); in SalXLib()
339 if ((flags = fcntl (m_pTimeoutFDS[1], F_GETFL)) != -1) in SalXLib()
342 fcntl (m_pTimeoutFDS[1], F_SETFL, flags); in SalXLib()
[all …]
/AOO41X/main/vcl/unx/headless/
H A Dsvpinst.cxx77 m_pTimeoutFDS[0] = m_pTimeoutFDS[1] = -1; in SvpSalInstance()
78 if (pipe (m_pTimeoutFDS) != -1) in SvpSalInstance()
84 if ((flags = fcntl (m_pTimeoutFDS[0], F_GETFD)) != -1) in SvpSalInstance()
87 fcntl (m_pTimeoutFDS[0], F_SETFD, flags); in SvpSalInstance()
89 if ((flags = fcntl (m_pTimeoutFDS[1], F_GETFD)) != -1) in SvpSalInstance()
92 fcntl (m_pTimeoutFDS[1], F_SETFD, flags); in SvpSalInstance()
96 if ((flags = fcntl (m_pTimeoutFDS[0], F_GETFL)) != -1) in SvpSalInstance()
99 fcntl (m_pTimeoutFDS[0], F_SETFL, flags); in SvpSalInstance()
101 if ((flags = fcntl (m_pTimeoutFDS[1], F_GETFL)) != -1) in SvpSalInstance()
104 fcntl (m_pTimeoutFDS[1], F_SETFL, flags); in SvpSalInstance()
[all …]
H A Dsvpinst.hxx87 int m_pTimeoutFDS[2]; member in SvpSalInstance
/AOO41X/main/vcl/inc/unx/
H A Dsaldisp.hxx212 int m_pTimeoutFDS[2]; member in SalXLib