Searched refs:thisThread (Results 1 – 6 of 6) sorted by relevance
166 Thread thisThread = Thread.currentThread(); in run() local167 while (!thisThread.isInterrupted()) { in run()
703 Thread thisThread = Thread.currentThread(); in run() local704 while (mRecordThread == thisThread && !mRecordThreadShutdown) { in run()
680 Thread thisThread = Thread.currentThread(); in run() local681 while (mRecordThread == thisThread && !mRecordThreadShutdown) { in run()
900 Thread thisThread = Thread.currentThread(); in run() local901 while (!thisThread.isInterrupted()) { in run()
1155 Thread thisThread = Thread.currentThread(); in run() local1156 while (!thisThread.isInterrupted()) { in run()
124 final Thread thisThread = Thread.currentThread(); in testThread() local140 enableAllocationTracking(sameThread ? this : thisThread, false); in testThread()