Searched defs:nthread (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_platform_windows.cc | 25 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { in WriteMemoryProfile()
|
H A D | tsan_platform_linux.cc | 116 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { in WriteMemoryProfile()
|
H A D | tsan_platform_mac.cc | 136 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { in WriteMemoryProfile()
|
H A D | tsan_rtl.cc | 497 uptr nthread = 0; in ForkChildAfter() local
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_platform_windows.cc | 27 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { in WriteMemoryProfile()
|
H A D | tsan_platform_mac.cc | 138 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { in WriteMemoryProfile()
|
H A D | tsan_platform_linux.cc | 118 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { in WriteMemoryProfile()
|
H A D | tsan_rtl.cc | 501 uptr nthread = 0; in ForkChildAfter() local
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_platform_mac.cpp | 163 uptr nthread, nlive; in WriteMemoryProfile() local
|
H A D | tsan_platform_linux.cpp | 127 uptr nthread, nlive; in WriteMemoryProfile() local
|
H A D | tsan_rtl.cpp | 521 uptr nthread = 0; in ForkChildAfter() local
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/unix/ |
H A D | socket.c | 2822 isc__socketthread_t *thread, *nthread; in internal_accept() local
|