Searched refs:thisThread (Results 1 – 5 of 5) sorted by relevance
305 val thisThread = Thread.currentThread() in get() constant308 Thread.currentThread()=$thisThread tid=${thisThread.id}""" in get()
333 val thisThread = Thread.currentThread() in assertInProgressThread() constant336 Thread.currentThread()=$thisThread tid=${thisThread.id}""" in assertInProgressThread()
630 pid_t thisThread = gettid(); in collidesWithCallback() local634 return ((mErrorCallbackThread.load() == thisThread) in collidesWithCallback()635 || (mDataCallbackThread.load() == thisThread)); in collidesWithCallback()
464 RpcMaybeThread thisThread; in establishConnection() local472 thisThread = std::move(threadId->second); in establishConnection()474 thisThread.detach(); in establishConnection()565 session->preJoinThreadOwnership(std::move(thisThread)); in establishConnection()
697 pid_t thisThread = gettid(); in collidesWithCallback() local698 return mPresentationEndCallbackThread.load() == thisThread; in collidesWithCallback()