Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_mac.cpp172 uptr nthread, nlive; in WriteMemoryProfile() local
173 ctx->thread_registry.GetNumberOfThreads(&nthread, &nlive); in WriteMemoryProfile()
197 stacks.n_uniq_ids, stacks.allocated / 1024, nthread, nlive); in WriteMemoryProfile()
H A Dtsan_platform_linux.cpp125 uptr nthread, nlive; in WriteMemoryProfile() local
126 ctx->thread_registry.GetNumberOfThreads(&nthread, &nlive); in WriteMemoryProfile()
149 stacks.allocated >> 20, nlive, nthread); in WriteMemoryProfile()
H A Dtsan_rtl.cpp856 u32 nthread = ctx->thread_registry.OnFork(thr->tid); in ForkChildAfter() local
860 (int)internal_getpid(), (int)nthread); in ForkChildAfter()
861 if (nthread == 1) { in ForkChildAfter()