Searched refs:markerCalled (Results 1 – 1 of 1) sorted by relevance
101 final AtomicLong markerCalled; // shared: whether the marker was reached field in MultiThreadStackWalk.Env113 this.markerCalled = new AtomicLong(); in Env()125 markerCalled = orig.markerCalled; in Env()255 env.markerCalled.incrementAndGet(); in call()297 System.out.println(threadName + ": Marker called: " + env.markerCalled.get()); in checkTest()300 if (env.markerCalled.get() == 0) { in checkTest()303 if (env.markerCalled.get() > 1) { in checkTest()