Searched refs:oslMutex (Results 1 – 25 of 25) sorted by relevance
56 oslMutex SAL_CALL osl_createMutex() in osl_createMutex()85 return (oslMutex) pMutex; in osl_createMutex()91 void SAL_CALL osl_destroyMutex(oslMutex Mutex) in osl_destroyMutex()117 sal_Bool SAL_CALL osl_acquireMutex(oslMutex Mutex) in osl_acquireMutex()144 sal_Bool SAL_CALL osl_tryToAcquireMutex(oslMutex Mutex) in osl_tryToAcquireMutex()167 sal_Bool SAL_CALL osl_releaseMutex(oslMutex Mutex) in osl_releaseMutex()208 oslMutex * SAL_CALL osl_getGlobalMutex() in osl_getGlobalMutex()211 static oslMutex globalMutex = (oslMutex) &globalMutexImpl; in osl_getGlobalMutex()
153 static oslMutex SignalListMutex;
138 static oslMutex ChildListMutex;
1241 static oslMutex mutex = NULL; in osl_psz_createHostAddrByName()
48 oslMutex SAL_CALL osl_createMutex() in osl_createMutex()69 return (oslMutex)pMutexImpl; in osl_createMutex()75 void SAL_CALL osl_destroyMutex(oslMutex Mutex) in osl_destroyMutex()88 sal_Bool SAL_CALL osl_acquireMutex(oslMutex Mutex) in osl_acquireMutex()112 sal_Bool SAL_CALL osl_tryToAcquireMutex(oslMutex Mutex) in osl_tryToAcquireMutex()132 sal_Bool SAL_CALL osl_releaseMutex(oslMutex Mutex) in osl_releaseMutex()156 oslMutex g_Mutex = NULL;158 oslMutex * SAL_CALL osl_getGlobalMutex(void) in osl_getGlobalMutex()
120 oslMutex m_mutex;381 oslMutex m_mutex;
41 static oslMutex SignalListMutex;
88 oslMutex g_CurrentDirectoryMutex;
1261 static oslMutex mutex = NULL; in osl_psz_createHostAddrByName()
50 oslMutex SAL_CALL osl_createMutex(void) in osl_createMutex()96 return (oslMutex)pMutexImpl; in osl_createMutex()102 void SAL_CALL osl_destroyMutex(oslMutex Mutex) in osl_destroyMutex()116 sal_Bool SAL_CALL osl_acquireMutex(oslMutex Mutex) in osl_acquireMutex()145 sal_Bool SAL_CALL osl_tryToAcquireMutex(oslMutex Mutex) in osl_tryToAcquireMutex()171 sal_Bool SAL_CALL osl_releaseMutex(oslMutex Mutex) in osl_releaseMutex()197 oslMutex g_Mutex;199 oslMutex * SAL_CALL osl_getGlobalMutex(void) in osl_getGlobalMutex()
49 extern oslMutex g_Mutex;50 extern oslMutex g_CurrentDirectoryMutex;
59 extern "C" oslMutex g_CurrentDirectoryMutex; /* Initialized in dllentry.c */60 oslMutex g_CurrentDirectoryMutex = 0;
164 oslMutex globalMutex = * osl_getGlobalMutex(); in osl_getTextEncodingFromLocale()
51 static oslMutex SignalListMutex;
436 extern "C" oslMutex g_CurrentDirectoryMutex;
34 typedef struct _oslMutexImpl * oslMutex; typedef39 oslMutex SAL_CALL osl_createMutex(void);44 void SAL_CALL osl_destroyMutex(oslMutex Mutex);50 sal_Bool SAL_CALL osl_acquireMutex(oslMutex Mutex);56 sal_Bool SAL_CALL osl_tryToAcquireMutex(oslMutex Mutex);62 sal_Bool SAL_CALL osl_releaseMutex(oslMutex Mutex);67 oslMutex * SAL_CALL osl_getGlobalMutex(void);
95 oslMutex mutex;111 Mutex(oslMutex Mutex);121 Mutex& operator= (oslMutex);
735 static oslMutex738 static oslMutex pPoolGuard = NULL; in getInternMutex()741 oslMutex pGlobalGuard; in getInternMutex()746 oslMutex p = osl_createMutex(); in getInternMutex()765 oslMutex pPoolMutex; in rtl_ustring_intern_internal()850 oslMutex pPoolMutex; in internRelease()
157 static oslMutex ICEMutex;179 oslMutex ICEConnectionObserver::ICEMutex = NULL;
580 hEventGuard_ = (oslMutex)ILLEGAL_POINTER; in doDestruct()
93 oslMutex m_Impl;
104 oslMutex m_aEventGuard;
95 oslMutex maUserEventListMutex;
359 oslMutex hEventGuard_;
533 oslMutex m_aDispatchMutex;
Completed in 144 milliseconds