Searched refs:m_pTimeoutFDS (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/vcl/unx/generic/app/ |
H A D | saldata.cxx | 315 m_pTimeoutFDS[0] = m_pTimeoutFDS[1] = -1; in SalXLib() 316 if (pipe (m_pTimeoutFDS) != -1) in SalXLib() 325 fcntl (m_pTimeoutFDS[0], F_SETFD, flags); in SalXLib() 330 fcntl (m_pTimeoutFDS[1], F_SETFD, flags); in SalXLib() 337 fcntl (m_pTimeoutFDS[0], F_SETFL, flags); in SalXLib() 342 fcntl (m_pTimeoutFDS[1], F_SETFL, flags); in SalXLib() 346 FD_SET( m_pTimeoutFDS[0], &aReadFDS_ ); in SalXLib() 347 nFDs_ = m_pTimeoutFDS[0] + 1; in SalXLib() 358 close (m_pTimeoutFDS[0]); in ~SalXLib() 359 close (m_pTimeoutFDS[1]); in ~SalXLib() [all …]
|
/aoo4110/main/vcl/unx/headless/ |
H A D | svpinst.cxx | 77 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() 92 fcntl (m_pTimeoutFDS[1], F_SETFD, flags); in SvpSalInstance() 99 fcntl (m_pTimeoutFDS[0], F_SETFL, flags); in SvpSalInstance() 104 fcntl (m_pTimeoutFDS[1], F_SETFL, flags); in SvpSalInstance() 118 close (m_pTimeoutFDS[0]); in ~SvpSalInstance() 119 close (m_pTimeoutFDS[1]); in ~SvpSalInstance() 182 write (m_pTimeoutFDS[1], "", 1); in Wakeup() [all …]
|
H A D | svpinst.hxx | 87 int m_pTimeoutFDS[2]; member in SvpSalInstance
|
/aoo4110/main/vcl/inc/unx/ |
H A D | saldisp.hxx | 212 int m_pTimeoutFDS[2]; member in SalXLib
|
Completed in 18 milliseconds