Searched defs:oslPipeImpl (Results 1 – 4 of 4) sorted by relevance
61 struct oslPipeImpl { struct62 int m_Socket;63 sal_Char m_Name[PATH_MAX + 1];64 oslInterlockedCount m_nRefCount;65 sal_Bool m_bClosed;67 sal_Bool m_bIsAccepting;68 sal_Bool m_bIsInShutdown;
106 } oslPipeImpl; typedef
56 struct oslPipeImpl { struct80 pPipe = (oslPipe) rtl_allocateZeroMemory(sizeof(struct oslPipeImpl)); in __osl_createPipeImpl() argument
45 struct oslPipeImpl { struct46 oslInterlockedCount m_Reference;47 HPIPE hPipe;48 HMTX m_NamedObject;49 APIRET nLastError;51 sal_Bool m_bClosed;