Home
last modified time | relevance | path

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

/cts/hostsidetests/jvmti/allocation-tracking/app/src/android/jvmti/cts/
DJvmtiTrackingTest.java116 private static void testThread(final ArrayList<Object> l, final boolean sameThread, in testThread() argument
137 enableAllocationTracking(sameThread ? this : thisThread, false); in testThread()
144 enableAllocationTracking(sameThread ? t : Thread.currentThread(), true); in testThread()