Searched refs:thisThread (Results 1 – 3 of 3) sorted by relevance
655 Thread thisThread = Thread.currentThread(); in run() local656 while (mRecordThread == thisThread && !mRecordThreadShutdown) { in run()
707 Thread thisThread = Thread.currentThread(); in run() local708 while (mRecordThread == thisThread && !mRecordThreadShutdown) { in run()
813 Thread thisThread = Thread.currentThread(); in run() local814 while (!thisThread.isInterrupted()) { in run()