HomeSort by relevance Sort by last modified time
    Searched defs:Synchronizer (Results 1 - 7 of 7) sorted by null

  /frameworks/base/awt/org/apache/harmony/awt/wtk/
Synchronizer.java 29 * Class synchronizer is to protect AWT state integrity in multithreading environment.
37 public class Synchronizer {
43 * To free synchronizer unlock method must be called $acquestCounter times.
44 * Equals to 0 when synchronizer is free.
49 * This field holds the owner of synchronizer.
50 * Owner of synchronizer is a last thread that successfully locked synchronizer and
51 * still havn't freed it. Equals to null when synchronizer is free.
57 * Wait queue is a queue where thread wait for synchronizer access.
58 * Empty when synchronizer is free
    [all...]
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 260 milliseconds