HomeSort by relevance Sort by last modified time
    Searched full:thread_registry (Results 1 - 8 of 8) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_thread.cc 170 ThreadRegistryLock l(CTX()->thread_registry);
171 CTX()->thread_registry->RunCallbackForEachThreadLocked(
179 ctx->thread_registry->GetNumberOfThreads(0, 0, &result);
188 int tid = ctx->thread_registry->CreateThread(uid, detached, thr->tid, &args);
190 StatSet(thr, StatThreadMaxAlive, ctx->thread_registry->GetMaxAliveThreads());
222 CTX()->thread_registry->StartThread(tid, os_id, &args);
234 ctx->thread_registry->FinishThread(thr->tid);
249 int res = ctx->thread_registry->FindThread(FindThreadByUid, (void*)uid);
260 ctx->thread_registry->JoinThread(tid, thr);
268 ctx->thread_registry->DetachThread(tid)
    [all...]
tsan_rtl_report.cc 128 ctx_->thread_registry->CheckLocked();
208 ctx->thread_registry->CheckLocked();
211 ctx->thread_registry->GetThreadLocked(i));
221 ctx->thread_registry->CheckLocked();
223 ctx->thread_registry->GetThreadLocked(tid));
239 ctx->thread_registry->CheckLocked();
241 ctx->thread_registry->FindThreadContextLocked(IsInStackOrTls,
377 ctx->thread_registry->CheckLocked();
379 ctx->thread_registry->GetThreadLocked(tid));
623 ThreadRegistryLock l0(ctx->thread_registry);
    [all...]
tsan_rtl_mutex.cc 66 ThreadRegistryLock l(ctx->thread_registry);
261 ThreadRegistryLock l(CTX()->thread_registry);
262 CTX()->thread_registry->RunCallbackForEachThreadLocked(
298 ThreadRegistryLock l(CTX()->thread_registry);
299 CTX()->thread_registry->RunCallbackForEachThreadLocked(
tsan_mman.cc 94 ThreadRegistryLock l(ctx->thread_registry);
tsan_rtl.cc 70 , thread_registry(new(thread_registry_placeholder) ThreadRegistry(
104 ctx->thread_registry->GetNumberOfThreads(&n_threads, &n_running_threads);
tsan_rtl.h 525 ThreadRegistry *thread_registry; member in struct:__tsan::Context
tsan_interceptors.cc     [all...]
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_thread_registry_test.cc 213 // of "threads" in thread_registry.

Completed in 487 milliseconds