Searched refs:nthread (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_mac.cpp172 uptr nthread, nlive; local
173 ctx->thread_registry.GetNumberOfThreads(&nthread, &nlive);
197 stacks.n_uniq_ids, stacks.allocated / 1024, nthread, nlive);
H A Dtsan_platform_linux.cpp124 uptr nthread, nlive; local
125 ctx->thread_registry.GetNumberOfThreads(&nthread, &nlive);
148 stacks.allocated >> 20, nlive, nthread);
H A Dtsan_rtl.cpp852 u32 nthread = ctx->thread_registry.OnFork(thr->tid); local
856 (int)internal_getpid(), (int)nthread);
857 if (nthread == 1) {

Completed in 104 milliseconds