Home
last modified time | relevance | path

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

/AOO42X/main/vcl/unx/gtk/app/
H A Dgtkdata.cxx529 oslMutex m_aDispatchMutex; member in GtkXLib
564 m_aDispatchMutex = osl_createMutex(); in GtkXLib()
578 osl_destroyMutex( m_aDispatchMutex ); in ~GtkXLib()
853 if( osl_tryToAcquireMutex( m_aDispatchMutex ) ) in Yield()
887 osl_releaseMutex( m_aDispatchMutex ); in Yield()