Home
last modified time | relevance | path

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

/aoo4110/main/vcl/unx/gtk/app/
H A Dgtkdata.cxx534 oslCondition m_aDispatchCondition; member in GtkXLib
567 m_aDispatchCondition = osl_createCondition(); in GtkXLib()
580 osl_setCondition( m_aDispatchCondition ); in ~GtkXLib()
581 osl_destroyCondition( m_aDispatchCondition ); in ~GtkXLib()
883 osl_resetCondition( m_aDispatchCondition ); in Yield()
885 osl_waitCondition( m_aDispatchCondition, &aValue ); in Yield()
893 osl_setCondition( m_aDispatchCondition ); // trigger non dispatch thread yields in Yield()

Completed in 17 milliseconds