Searched refs:instrumentedThread (Results 1 – 1 of 1) sorted by relevance
25 InstrumentedThread instrumentedThread = new InstrumentedThread(); in shadowCreationShouldBeThreadsafe() local26 instrumentedThread.start(); in shadowCreationShouldBeThreadsafe()27 Object shadowFromThisThread = Shadow.extract(instrumentedThread); in shadowCreationShouldBeThreadsafe()29 instrumentedThread.join(); in shadowCreationShouldBeThreadsafe()30 Object shadowFromOtherThread = field.get(instrumentedThread); in shadowCreationShouldBeThreadsafe()