| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_thread_registry.cc | 30 void ThreadContextBase::SetName(const char *new_name) { in SetName() function in __sanitizer::ThreadContextBase 94 SetName(0); in Reset() 220 tctx->SetName(name); in SetThreadName() 229 tctx->SetName(name); in SetThreadNameByUserId()
|
| H A D | sanitizer_thread_registry.h | 53 void SetName(const char *new_name);
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_thread_registry.cpp | 31 void ThreadContextBase::SetName(const char *new_name) { in SetName() function in __sanitizer::ThreadContextBase 95 SetName(0); in Reset() 219 tctx->SetName(name); in SetThreadName() 228 tctx->SetName(name); in SetThreadNameByUserId()
|
| H A D | sanitizer_thread_registry.h | 58 void SetName(const char *new_name);
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_thread_registry.cc | 32 void ThreadContextBase::SetName(const char *new_name) { in SetName() function in __sanitizer::ThreadContextBase 96 SetName(0); in Reset() 222 tctx->SetName(name); in SetThreadName() 231 tctx->SetName(name); in SetThreadNameByUserId()
|
| H A D | sanitizer_thread_registry.h | 55 void SetName(const char *new_name);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/include/benchmark/ |
| H A D | benchmark.h | 903 void SetName(const char* name); 1125 this->SetName(#BaseClass "/" #Method); \ 1136 this->SetName(#BaseClass"<" #a ">/" #Method); \ 1147 this->SetName(#BaseClass"<" #a "," #b ">/" #Method); \ 1159 this->SetName(#BaseClass"<" #__VA_ARGS__ ">/" #Method); \
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/include/benchmark/ |
| H A D | benchmark.h | 939 void SetName(const char* name); 1162 this->SetName(#BaseClass "/" #Method); \ 1173 this->SetName(#BaseClass "<" #a ">/" #Method); \ 1184 this->SetName(#BaseClass "<" #a "," #b ">/" #Method); \ 1196 this->SetName(#BaseClass "<" #__VA_ARGS__ ">/" #Method); \
|
| /netbsd-src/sys/arch/epoc32/stand/e32boot/ldd/ |
| H A D | e32boot.cpp | 88 return SetName(&E32BootName); in Install()
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/ |
| H A D | benchmark_register.cc | 460 void Benchmark::SetName(const char* name) { name_ = name; } in SetName() function in benchmark::internal::Benchmark
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/ |
| H A D | benchmark_register.cc | 439 void Benchmark::SetName(const char* name) { name_ = name; } in SetName() function in benchmark::internal::Benchmark
|
| /netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/ |
| H A D | ir.go | 708 func (v Value) SetName(name string) { func
|