| /src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
| tsan_platform_mac.cpp | 172 uptr nthread, nlive; local 173 ctx->thread_registry.GetNumberOfThreads(&nthread, &nlive); 197 stacks.n_uniq_ids, stacks.allocated / 1024, nthread, nlive);
|
| tsan_platform_linux.cpp | 125 uptr nthread, nlive; local 126 ctx->thread_registry.GetNumberOfThreads(&nthread, &nlive); 149 stacks.allocated >> 20, nlive, nthread);
|
| tsan_rtl.cpp | 856 u32 nthread = ctx->thread_registry.OnFork(thr->tid); local 860 (int)internal_getpid(), (int)nthread); 861 if (nthread == 1) {
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
| tsan_platform_linux.cpp | 127 uptr nthread, nlive; local 128 ctx->thread_registry.GetNumberOfThreads(&nthread, &nlive); 146 stacks.n_uniq_ids, nlive, nthread);
|
| tsan_platform_mac.cpp | 163 uptr nthread, nlive; local 164 ctx->thread_registry.GetNumberOfThreads(&nthread, &nlive); 190 stacks.n_uniq_ids, stacks.allocated / 1024, nthread, nlive);
|
| tsan_rtl.cpp | 521 uptr nthread = 0; variable 522 ctx->thread_registry.GetNumberOfThreads(0, 0, &nthread /* alive threads */); 524 " parent had %d threads\n", (int)internal_getpid(), (int)nthread); 525 if (nthread == 1) {
|
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| tsan_rtl.cc | 501 uptr nthread = 0; local 502 ctx->thread_registry->GetNumberOfThreads(0, 0, &nthread /* alive threads */); 504 " parent had %d threads\n", (int)internal_getpid(), (int)nthread); 505 if (nthread == 1) {
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/unix/ |
| socket.c | 2822 isc__socketthread_t *thread, *nthread; local 2995 nthread = &manager->threads[NEWCONNSOCK(dev)->threadid]; 3028 LOCK(&nthread->fdlock[lockid]); 3030 nthread->fds[fd] = NEWCONNSOCK(dev); 3031 nthread->fdstate[fd] = MANAGED; 3033 nthread->epoll_events[fd] = 0; 3036 UNLOCK(&nthread->fdlock[lockid]); 3042 if (nthread->maxfd < fd) { 3043 nthread->maxfd = fd;
|