Searched refs:GtkYieldMutex (Results 1 – 2 of 2) sorted by relevance
150 GtkYieldMutex *pYieldMutex; in create_SalInstance()159 pYieldMutex = new GtkYieldMutex(); in create_SalInstance()249 GtkYieldMutex::GtkYieldMutex() in GtkYieldMutex() function in GtkYieldMutex253 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()
30 class GtkYieldMutex : public SalYieldMutex class33 GtkYieldMutex();43 GtkYieldMutex* m_pMutex;46 GtkYieldGuard( GtkYieldMutex* pMutex ) in GtkYieldGuard()58 class GtkHookedYieldMutex : public GtkYieldMutex73 #define GTK_YIELD_GRAB() GtkYieldMutex::GtkYieldGuard aLocalGtkYieldGuard( static_cast<GtkYieldMute…
Completed in 7 milliseconds