Searched refs:Unlock (Results 1 - 22 of 22) sorted by relevance

/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A DglutWindow.cpp148 parent->Window()->Unlock();
162 Window()->Unlock();
327 bwindow->Unlock();
362 gState.currentWindow->Window()->Unlock();
376 gwin->Window()->Unlock();
405 win->Unlock();
425 win->Unlock();
437 win->Unlock();
468 gState.currentWindow->Window()->Unlock();
477 gState.currentWindow->Window()->Unlock();
[all...]
H A DglutCursor.cpp54 gState.currentWindow->Window()->Unlock();
H A DglutInit.cpp221 be_app->Unlock();
H A DglutEvent.cpp635 Window()->Unlock();
691 win->Window()->Unlock();
/xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/haiku-softpipe/
H A DGalliumContext.h30 void Unlock();
H A DGalliumContext.cpp70 Unlock();
217 Unlock();
281 Unlock();
329 Unlock();
414 GalliumContext::Unlock() function in class:GalliumContext
/xsrc/external/mit/MesaLib/dist/src/gallium/targets/haiku-softpipe/
H A DGalliumContext.h30 void Unlock();
H A DGalliumContext.cpp73 Unlock();
236 Unlock();
299 Unlock();
305 Unlock();
320 Unlock();
336 Unlock();
353 Unlock();
420 GalliumContext::Unlock() function in class:GalliumContext
/xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/
H A Dgtest-port.h1383 void Unlock();
1422 ~GTestMutexLock() { mutex_->Unlock(); }
1639 void Unlock() { function in class:testing::internal::MutexBase
1711 ~GTestMutexLock() { mutex_->Unlock(); }
1850 void Unlock() {} function in class:testing::internal::Mutex
/xsrc/external/mit/MesaLib.old/dist/src/hgl/
H A DGLView.cpp81 fDisplayLock.Unlock();
408 fDrawLock.Unlock();
/xsrc/external/mit/MesaLib/dist/src/hgl/
H A DGLView.cpp88 fDisplayLock.Unlock();
399 fDrawLock.Unlock();
/xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/
H A Dgtest-port.h1678 void Unlock();
1717 ~GTestMutexLock() { mutex_->Unlock(); }
1934 void Unlock() { function in class:testing::internal::MutexBase
2001 ~GTestMutexLock() { mutex_->Unlock(); }
2140 void Unlock() {} function in class:testing::internal::Mutex
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.1.7.rst59 - util/fossilize_db: Unlock the cache file if the entry already exists.
H A D8.0.3.rst211 - darwin: Unlock our mutex before destroying it
H A D21.3.0.rst512 - util/fossilize_db: Unlock the cache file if the entry already exists.
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dddraw.h1578 STDMETHOD(Unlock)(THIS_ LPVOID lpSurfaceData) PURE; local in function:DECLARE_INTERFACE_
1618 #define IDirectDrawSurface_Unlock(p,a) ICOM_CALL_(Unlock,p,(p,a))
1666 STDMETHOD(Unlock)(THIS_ LPVOID lpSurfaceData) PURE; local in function:DECLARE_INTERFACE_
1710 #define IDirectDrawSurface2_Unlock(p,a) ICOM_CALL_(Unlock,p,(p,a))
1762 STDMETHOD(Unlock)(THIS_ LPVOID lpSurfaceData) PURE; local in function:DECLARE_INTERFACE_
1808 #define IDirectDrawSurface3_Unlock(p,a) ICOM_CALL_(Unlock,p,(p,a))
1861 STDMETHOD(Unlock)(THIS_ LPRECT lpSurfaceData) PURE; local in function:DECLARE_INTERFACE_
1913 #define IDirectDrawSurface4_Unlock(p,a) ICOM_CALL_(Unlock,p,(p,a))
1970 STDMETHOD(Unlock)(THIS_ LPRECT lpSurfaceData) PURE; local in function:DECLARE_INTERFACE_
2027 #define IDirectDrawSurface7_Unlock(p,a) ICOM_CALL_(Unlock,
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dddraw.h1692 STDMETHOD(Unlock) (THIS_ LPVOID lpSurfaceData) PURE; local in function:DECLARE_INTERFACE_
1737 #define IDirectDrawSurface_Unlock(p,a) ICOM_CALL_(Unlock,p,(p,a))
1803 STDMETHOD(Unlock) (THIS_ LPVOID lpSurfaceData) PURE; local in function:DECLARE_INTERFACE_
1852 #define IDirectDrawSurface2_Unlock(p,a) ICOM_CALL_(Unlock,p,(p,a))
1922 STDMETHOD(Unlock) (THIS_ LPVOID lpSurfaceData) PURE; local in function:DECLARE_INTERFACE_
1974 #define IDirectDrawSurface3_Unlock(p,a) ICOM_CALL_(Unlock,p,(p,a))
2045 STDMETHOD(Unlock) (THIS_ LPRECT lpSurfaceData) PURE; local in function:DECLARE_INTERFACE_
2103 #define IDirectDrawSurface4_Unlock(p,a) ICOM_CALL_(Unlock,p,(p,a))
2178 STDMETHOD(Unlock) (THIS_ LPRECT lpSurfaceData) PURE; local in function:DECLARE_INTERFACE_
2241 #define IDirectDrawSurface7_Unlock(p,a) ICOM_CALL_(Unlock,
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gtest/src/
H A Dgtest-port.cc265 void Mutex::Unlock() { function in class:testing::internal::Mutex
/xsrc/external/mit/MesaLib/dist/src/gtest/src/
H A Dgtest-port.cc364 void Mutex::Unlock() { function in class:testing::internal::Mutex
/xsrc/external/mit/MesaLib.old/dist/include/D3D9/
H A Dd3d9.h308 virtual HRESULT WINAPI Unlock() = 0;
374 virtual HRESULT WINAPI Unlock() = 0;
1318 HRESULT (WINAPI *Unlock)(IDirect3DIndexBuffer9 *This);
1341 #define IDirect3DIndexBuffer9_Unlock(p) (p)->lpVtbl->Unlock(p)
1657 HRESULT (WINAPI *Unlock)(IDirect3DVertexBuffer9 *This);
1680 #define IDirect3DVertexBuffer9_Unlock(p) (p)->lpVtbl->Unlock(p)
/xsrc/external/mit/MesaLib/dist/include/D3D9/
H A Dd3d9.h308 virtual HRESULT WINAPI Unlock() = 0;
374 virtual HRESULT WINAPI Unlock() = 0;
1318 HRESULT (WINAPI *Unlock)(IDirect3DIndexBuffer9 *This);
1341 #define IDirect3DIndexBuffer9_Unlock(p) (p)->lpVtbl->Unlock(p)
1657 HRESULT (WINAPI *Unlock)(IDirect3DVertexBuffer9 *This);
1680 #define IDirect3DVertexBuffer9_Unlock(p) (p)->lpVtbl->Unlock(p)
/xsrc/external/mit/MesaLib/dist/
H A D.pick_status.json27112 "description": "vulkan: Unlock before return.",
30973 "description": "vulkan/wsi: Unlock before return on error path.",
[all...]

Completed in 195 milliseconds