Searched refs:mOwnerThread (Results 1 – 2 of 2) sorted by relevance
44 private Thread mOwnerThread; field in MutexFileProvider63 if (mOwnerThread == Thread.currentThread()) { in acquireFile()68 if (mOwnerThread != null && mOnReleaseRequestCallback != null) { in acquireFile()73 while (mOwnerThread != null) { in acquireFile()82 mOwnerThread = Thread.currentThread(); in acquireFile()86 Log.i(LOG_TAG, "Acquired file: " + mFile + " by thread: " + mOwnerThread); in acquireFile()95 if (mOwnerThread != Thread.currentThread()) { in releaseFile()100 Log.i(LOG_TAG, "Released file: " + mFile + " from thread: " + mOwnerThread); in releaseFile()104 mOwnerThread = null; in releaseFile()
240 private final Thread mOwnerThread; field in AbsListView809 mOwnerThread = Thread.currentThread(); in AbsListView()829 mOwnerThread = Thread.currentThread(); in AbsListView()1366 return mOwnerThread == Thread.currentThread(); in isOwnerThread()