Searched refs:m_threadIds (Results 1 – 5 of 5) sorted by relevance
15 static private Set<Long> m_threadIds; field in BaseThreadTest20 m_threadIds = Sets.newHashSet(); in initThreadLog()41 synchronized(m_threadIds) { in logThread()43 m_threadIds.add(threadId); in logThread()54 synchronized(m_threadIds) { in getThreadCount()55 return m_threadIds.size(); in getThreadCount()
10 public static Map<Long, Long> m_threadIds = Maps.newHashMap(); field in B13 m_threadIds = new HashMap<>(); in setUp()19 m_threadIds.put(id, id); in f2()
48 Assert.assertEquals(B.m_threadIds.size(), expectedThreadIdCount); in runTest()
11 static Set<Long> m_threadIds; field in BugBase15 m_threadIds = new HashSet<>(); in setup()19 m_threadIds.add(threadId); in log()
19 Assert.assertEquals(BugBase.m_threadIds.size(), 1); in verifyBug()