Home | History | Annotate | Download | only in rtl

Lines Matching refs:thread_registry

202   ThreadRegistryLock l(ctx->thread_registry);
204 ctx->thread_registry->RunCallbackForEachThreadLocked(
217 ctx->thread_registry->GetNumberOfThreads(0, 0, &result);
226 ctx->thread_registry->CreateThread(uid, detached, parent_tid, &args);
228 StatSet(thr, StatThreadMaxAlive, ctx->thread_registry->GetMaxAliveThreads());
260 ThreadRegistry *tr = ctx->thread_registry;
285 ctx->thread_registry->FinishThread(thr->tid);
298 int res = ctx->thread_registry->FindThread(FindThreadByUid, (void*)uid);
307 ctx->thread_registry->JoinThread(tid, thr);
313 ctx->thread_registry->DetachThread(tid, thr);
317 ctx->thread_registry->SetThreadName(thr->tid, name);