Searched refs:SYN_SYNCHRONIZED (Results 1 – 2 of 2) sorted by relevance
35 public static final int SYN = 4, SYN_SYNCHRONIZED = 1; field in APIInfo101 public void setSynchronized() { setType(SYN, SYN_SYNCHRONIZED); } in setSynchronized()127 public boolean isSynchronized() { return getVal(SYN) == SYN_SYNCHRONIZED; } in isSynchronized()
88 private static final int SYN = 4, SYN_SYNCHRONIZED = 1; field in CheckAPI368 setType(SYN, SYN_SYNCHRONIZED); in read()