Searched refs:AWT_LOCK (Results 1 - 21 of 21) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt.h61 #define AWT_LOCK()
90 * Unfortunately AWT_LOCK debugging does not work with XAWT due to mixed
98 #define AWT_LOCK() do { \ macro
153 #define AWT_LOCK() AWT_LOCK_IMPL() macro
H A Dawt_xembed_server.c254 AWT_LOCK();
276 AWT_LOCK();
291 AWT_LOCK();
308 AWT_LOCK();
330 AWT_LOCK();
349 AWT_LOCK();
370 AWT_LOCK();
391 AWT_LOCK();
418 AWT_LOCK();
443 AWT_LOCK();
[all...]
H A Dawt_Robot.c190 AWT_LOCK();
220 AWT_LOCK();
270 AWT_LOCK();
289 AWT_LOCK();
312 AWT_LOCK();
333 AWT_LOCK();
400 AWT_LOCK();
H A DMouseInfo.c59 AWT_LOCK();
125 AWT_LOCK();
H A Dawt_DrawingSurface.c100 AWT_LOCK();
156 AWT_LOCK();
232 AWT_LOCK();
373 AWT_LOCK();
393 AWT_LOCK();
H A Dawt_Plugin.c115 AWT_LOCK();
H A Dawt_GraphicsEnv.c351 AWT_LOCK ();
937 AWT_LOCK();
990 AWT_LOCK();
1230 AWT_LOCK();
1401 AWT_LOCK ();
1477 AWT_LOCK();
1499 AWT_LOCK();
1516 AWT_LOCK();
1563 AWT_LOCK();
1599 AWT_LOCK();
[all...]
H A Dawt_AWTEvent.c79 AWT_LOCK();
H A Dawt_InputMethod.c398 /* this function should be called within AWT_LOCK() */
1270 AWT_LOCK();
1373 AWT_LOCK();
1422 AWT_LOCK();
1509 AWT_LOCK();
1554 AWT_LOCK();
1627 AWT_LOCK();
1698 AWT_LOCK();
1772 AWT_LOCK();
1794 AWT_LOCK();
[all...]
H A Dawt_MToolkit.c1027 AWT_LOCK();
2011 AWT_LOCK();
2085 AWT_LOCK();
2294 AWT_LOCK();
2645 AWT_LOCK();
2874 AWT_LOCK();
2905 AWT_LOCK();
2945 AWT_LOCK();
3118 AWT_LOCK();
3180 AWT_LOCK();
[all...]
H A Dawt_UNIXToolkit.c240 AWT_LOCK();
H A Dawt_Font.c759 AWT_LOCK();
843 AWT_LOCK();
945 AWT_LOCK();
H A Dfontpath.c51 #define AWT_LOCK() macro
554 AWT_LOCK();
H A DX11Color.c1348 AWT_LOCK ();
1374 AWT_LOCK ();
H A Dawt_util.c989 AWT_LOCK();
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXToolkit.c687 AWT_LOCK();
729 AWT_LOCK();
861 AWT_LOCK();
906 AWT_LOCK();
1010 AWT_LOCK();
/openjdk7/jdk/src/share/classes/sun/awt/
H A DSunToolkit.java214 * (such as AWT_LOCK) defined in awt.h, so if the implementation of these
240 private static final ReentrantLock AWT_LOCK = new ReentrantLock(); field in class:SunToolkit
241 private static final Condition AWT_LOCK_COND = AWT_LOCK.newCondition();
244 AWT_LOCK.lock();
248 return AWT_LOCK.tryLock();
252 AWT_LOCK.unlock();
276 return AWT_LOCK.isHeldByCurrentThread();
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11SurfaceData.c182 AWT_LOCK();
212 AWT_LOCK();
383 AWT_LOCK();
471 AWT_LOCK();
482 AWT_LOCK();
817 AWT_LOCK();
1544 AWT_LOCK();
H A DX11FontScaler_md.c53 AWT_LOCK();
H A DX11PMBlitLoops.c231 AWT_LOCK();
H A DXRBackendNative.c253 AWT_LOCK();

Completed in 115 milliseconds