OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nthread
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_platform_windows.cc
27
void WriteMemoryProfile(char *buf, uptr buf_size, uptr
nthread
, uptr nlive) {
tsan_platform_mac.cc
138
void WriteMemoryProfile(char *buf, uptr buf_size, uptr
nthread
, uptr nlive) {
184
nthread
, nlive);
tsan_platform_linux.cc
118
void WriteMemoryProfile(char *buf, uptr buf_size, uptr
nthread
, uptr nlive) {
130
nlive,
nthread
);
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) {
tsan_platform.h
1012
void WriteMemoryProfile(char *buf, uptr buf_size, uptr
nthread
, uptr nlive);
Completed in 91 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026