Searched refs:threadIt (Results 1 – 1 of 1) sorted by relevance
298 auto threadIt = ctx->threadsByStdId.find(std::this_thread::get_id()); in currentThread() local299 if(threadIt != ctx->threadsByStdId.end()) in currentThread()301 return threadIt->second; in currentThread()