Searched refs:nthread (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_platform_mac.cpp | 172 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 D | tsan_platform_linux.cpp | 124 uptr nthread, nlive; in WriteMemoryProfile() local 125 ctx->thread_registry.GetNumberOfThreads(&nthread, &nlive); in WriteMemoryProfile() 148 stacks.allocated >> 20, nlive, nthread); in WriteMemoryProfile()
|
H A D | tsan_rtl.cpp | 852 u32 nthread = ctx->thread_registry.OnFork(thr->tid); in ForkChildAfter() local 856 (int)internal_getpid(), (int)nthread); in ForkChildAfter() 857 if (nthread == 1) { in ForkChildAfter()
|
/openbsd/gnu/usr.bin/perl/lib/ |
H A D | locale_threads.t | 1492 print STDERR "\nthread ", $tid, 1619 print STDERR "\nthread ", threads->tid(),
|