Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/
H A DRpcServer.cpp186 std::thread thisThread; in establishConnection() local
194 thisThread = std::move(threadId->second); in establishConnection()
195 ScopeGuard detachGuard = [&]() { thisThread.detach(); }; in establishConnection()
220 session->preJoin(std::move(thisThread)); in establishConnection()
/aosp12/art/test/904-object-allocation/src/art/
H A DTest904.java108 final Thread thisThread = Thread.currentThread(); in testThread() local
123 enableAllocationTracking(sameThread ? this : thisThread, false); in testThread()
/aosp12/frameworks/av/media/libaaudio/src/core/
H A DAudioStream.cpp579 pid_t thisThread = gettid(); in collidesWithCallback() local
583 return ((mErrorCallbackThread.load() == thisThread) in collidesWithCallback()
584 || (mDataCallbackThread.load() == thisThread)); in collidesWithCallback()