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

/openjdk7/jdk/src/share/native/sun/java2d/
H A DSurfaceData.h332 * done in the Unlock function.
440 UnlockFunc *Unlock; member in struct:_SurfaceDataOps
469 * This macro invokes the SurfaceData Unlock function only if the
474 if ((ops)->Unlock != NULL) { \
475 (ops)->Unlock(env, ops, pRI); \
480 * This macro invokes both the SurfaceData Release and Unlock functions
484 * before Unlock) are held by the calling function.
491 if ((ops)->Unlock != NULL) { \
492 (ops)->Unlock(env, ops, pRI); \
497 * This macro invokes both the SurfaceData Release and Unlock function
[all...]
/openjdk7/jdk/src/windows/native/sun/windows/
H A Djawt.cpp51 awt->Unlock = DSUnlockAWT;
H A Dawt_DrawingSurface.cpp101 Unlock = UnlockSurface;
191 Unlock = UnlockSurface;
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Djawt.c54 awt->Unlock = awt_Unlock;
H A Dawt_DrawingSurface.c60 * Unlock(). This function returns a bitmask with one or more of the
190 * additional calls to Lock() or Unlock() are made.
312 * Unlock the drawing surface of the target component for native rendering.
349 p->Unlock = awt_DrawingSurface_Unlock;
/openjdk7/jdk/src/macosx/native/sun/awt/
H A Djawt.m52 awt->Unlock = awt_Unlock;
H A Dawt_DrawingSurface.m102 ds->Unlock = awt_DrawingSurface_Unlock;
H A DPrinterSurfaceData.m107 sdo->Unlock = PrintSD_Unlock;
H A DImageSurfaceData.m1793 //bisdo->sdOps.Unlock = NULL;
1955 sdo->Unlock = ImageSD_Unlock;
/openjdk7/jdk/src/share/javavm/export/
H A Djawt.h127 * // Unlock the drawing surface
128 * ds->Unlock(ds);
186 * If Lock(), Unlock(), GetDrawingSurfaceInfo() or
196 * Unlock(). This function returns a bitmask with one or more of the
213 * additional calls to Lock() or Unlock() are made.
227 * Unlock the drawing surface of the target component for native rendering.
229 void (JNICALL *Unlock) member in struct:jawt_DrawingSurface
268 void (JNICALL *Unlock)(JNIEnv* env); member in struct:jawt
/openjdk7/jdk/src/macosx/native/com/sun/media/sound/
H A DPLATFORM_API_MacOSX_Utils.h63 void Unlock() { pthread_mutex_unlock(&lockMutex); } function in class:MutexLock
68 ~Locker() { pLock->Unlock(); }
/openjdk7/hotspot/src/share/vm/opto/
H A Dclasses.hpp246 macro(Unlock)
H A Dnode.hpp553 DEFINE_CLASS_ID(Unlock, AbstractLock, 1)
766 DEFINE_CLASS_QUERY(Unlock)
/openjdk7/jdk/src/solaris/native/sun/java2d/opengl/
H A DGLXSurfaceData.c80 oglsdo->sdOps.Unlock = OGLSD_Unlock;
/openjdk7/jdk/src/windows/native/com/sun/media/sound/
H A DPLATFORM_API_WinOS_DirectSound.cpp751 info->playBuffer->Unlock( pb1, cb1, pb2, cb2 );
766 info->captureBuffer->Unlock( pb1, cb1, pb2, cb2 );
1206 info->playBuffer->Unlock(buffer1, buffer1len, buffer2, buffer2len);
1278 info->captureBuffer->Unlock(buffer1, buffer1len, buffer2, buffer2len);
/openjdk7/jdk/src/share/native/sun/awt/image/
H A DBufImgSurfaceData.c120 bisdo->sdOps.Unlock = NULL;
/openjdk7/jdk/src/windows/native/sun/java2d/opengl/
H A DWGLSurfaceData.c83 oglsdo->sdOps.Unlock = OGLSD_Unlock;
/openjdk7/jdk/src/macosx/native/sun/java2d/opengl/
H A DCGLSurfaceData.m429 oglsdo->sdOps.Unlock = OGLSD_Unlock;
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DSurfaceData.cpp184 d3dsdo->sdOps.Unlock = D3DSD_Unlock;
H A DD3DVertexCacher.cpp733 res = lpD3DVertexBuffer->Unlock();
/openjdk7/jdk/src/windows/native/sun/java2d/windows/
H A DGDIWindowSurfaceData.cpp388 wsdo->sdOps.Unlock = GDIWinSD_Unlock;
863 // copy the bitmap to the screen during Unlock
944 // Lock/Unlock procedure.
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11SurfaceData.c270 xsdo->sdOps.Unlock = X11SD_Unlock;
913 /* AWT_UNLOCK() called in Unlock */

Completed in 114 milliseconds