Home
last modified time | relevance | path

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

/aoo41x/main/vcl/unx/gtk/app/
H A Dgtkinst.cxx150 GtkYieldMutex *pYieldMutex; in create_SalInstance()
159 pYieldMutex = new GtkYieldMutex(); in create_SalInstance()
249 GtkYieldMutex::GtkYieldMutex() in GtkYieldMutex() function in GtkYieldMutex
253 void GtkYieldMutex::acquire() in acquire()
276 void GtkYieldMutex::release() in release()
294 sal_Bool GtkYieldMutex::tryToAcquire() in tryToAcquire()
329 int GtkYieldMutex::Grab() in Grab()
353 void GtkYieldMutex::Ungrab( int nGrabs ) in Ungrab()
/aoo41x/main/vcl/inc/unx/gtk/
H A Dgtkinst.hxx30 class GtkYieldMutex : public SalYieldMutex class
33 GtkYieldMutex();
43 GtkYieldMutex* m_pMutex;
46 GtkYieldGuard( GtkYieldMutex* pMutex ) in GtkYieldGuard()
58 class GtkHookedYieldMutex : public GtkYieldMutex
73 #define GTK_YIELD_GRAB() GtkYieldMutex::GtkYieldGuard aLocalGtkYieldGuard( static_cast<GtkYieldMute…

Completed in 8 milliseconds