Home
last modified time | relevance | path

Searched refs:markerCalled (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/test/java/lang/StackWalker/
DMultiThreadStackWalk.java101 final AtomicLong markerCalled; // shared: whether the marker was reached field in MultiThreadStackWalk.Env
113 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()