Searched refs:m_aDispatchCondition (Results 1 – 1 of 1) sorted by relevance
530 oslCondition m_aDispatchCondition; member in GtkXLib563 m_aDispatchCondition = osl_createCondition(); in GtkXLib()576 osl_setCondition( m_aDispatchCondition ); in ~GtkXLib()577 osl_destroyCondition( m_aDispatchCondition ); in ~GtkXLib()879 osl_resetCondition( m_aDispatchCondition ); in Yield()881 osl_waitCondition( m_aDispatchCondition, &aValue ); in Yield()889 osl_setCondition( m_aDispatchCondition ); // trigger non dispatch thread yields in Yield()