Searched refs:thisThread (Results 1 – 3 of 3) sorted by relevance
186 std::thread thisThread; in establishConnection() local194 thisThread = std::move(threadId->second); in establishConnection()195 ScopeGuard detachGuard = [&]() { thisThread.detach(); }; in establishConnection()220 session->preJoin(std::move(thisThread)); in establishConnection()
108 final Thread thisThread = Thread.currentThread(); in testThread() local123 enableAllocationTracking(sameThread ? this : thisThread, false); in testThread()
579 pid_t thisThread = gettid(); in collidesWithCallback() local583 return ((mErrorCallbackThread.load() == thisThread) in collidesWithCallback()584 || (mDataCallbackThread.load() == thisThread)); in collidesWithCallback()