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;
107 } oslPipeImpl; typedef
56 struct oslPipeImpl { struct80 pPipe = (oslPipe) rtl_allocateZeroMemory(sizeof(struct oslPipeImpl)); in __osl_createPipeImpl() argument
47 struct oslPipeImpl { struct48 oslInterlockedCount m_Reference;49 HPIPE hPipe;50 HMTX m_NamedObject;51 APIRET nLastError;53 sal_Bool m_bClosed;
Completed in 16 milliseconds