Searched defs:Unlock (Results 1 - 3 of 3) sorted by relevance

/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/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/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...]

Completed in 40 milliseconds