Searched refs:expectEqual64 (Results 1 – 1 of 1) sorted by relevance
176 expectEqual64(7L, m.l); in main()185 expectEqual64(20L, m.l); in main()205 expectEqual64(109L, m.l); // one thread's last value wins in main()234 expectEqual64(659L, m.l); // all values accounted for in main()248 expectEqual64(-2L, m.l); in main()265 expectEqual64(-123456789L, m.l); in main()288 expectEqual64(-987654321L, m.l); in main()357 private static void expectEqual64(long expected, long result) { in expectEqual64() method in Main