Lines Matching full:synchronized
19 public synchronized void testInstance1() {
23 public synchronized void testInstance2(Object x) {
27 public synchronized int testInstance3(int x, int y, int z) {
35 public synchronized long testInstance4(long x) {
43 public synchronized void testInstance5() {
47 public static synchronized void testStatic1() {
51 public static synchronized void testStatic2(Object x) {
55 public static synchronized int testStatic3(int x, int y, int z) {
63 public static synchronized long testStatic4(long x) {
71 public static synchronized void testStatic5() {