Lines Matching defs:tctx
125 ThreadContextBase *tctx = QuarantinePop(); in CreateThread() local
161 ThreadContextBase *tctx = threads_[tid]; in RunCallbackForEachThreadLocked() local
171 ThreadContextBase *tctx = threads_[tid]; in FindThread() local
182 ThreadContextBase *tctx = threads_[tid]; in FindThreadContextLocked() local
189 static bool FindThreadContextByOsIdCallback(ThreadContextBase *tctx, in FindThreadContextByOsIdCallback()
203 ThreadContextBase *tctx = threads_[tid]; in SetThreadName() local
212 ThreadContextBase *tctx = threads_[tid]; in SetThreadNameByUserId() local
224 ThreadContextBase *tctx = threads_[tid]; in DetachThread() local
242 ThreadContextBase *tctx = threads_[tid]; in JoinThread() local
259 ThreadContextBase *tctx = threads_[tid]; in FinishThread() local
273 ThreadContextBase *tctx = threads_[tid]; in StartThread() local
279 void ThreadRegistry::QuarantinePush(ThreadContextBase *tctx) { in QuarantinePush()
298 ThreadContextBase *tctx = invalid_threads_.front(); in QuarantinePop() local