Searched refs:SetName (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/sys/arch/epoc32/stand/e32boot/ldd/
H A De32boot.cpp88 return SetName(&E32BootName);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cc32 void ThreadContextBase::SetName(const char *new_name) { function in class:__sanitizer::ThreadContextBase
96 SetName(0);
222 tctx->SetName(name);
231 tctx->SetName(name);
H A Dsanitizer_thread_registry.h55 void SetName(const char *new_name);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_thread_registry.cc30 void ThreadContextBase::SetName(const char *new_name) { function in class:__sanitizer::ThreadContextBase
94 SetName(0);
220 tctx->SetName(name);
229 tctx->SetName(name);
H A Dsanitizer_thread_registry.h53 void SetName(const char *new_name);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_thread_registry.cpp31 void ThreadContextBase::SetName(const char *new_name) { function in class:__sanitizer::ThreadContextBase
95 SetName(0);
219 tctx->SetName(name);
228 tctx->SetName(name);
H A Dsanitizer_thread_registry.h58 void SetName(const char *new_name);
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/include/benchmark/
H A Dbenchmark.h939 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-current/external/apache2/llvm/dist/llvm/utils/benchmark/include/benchmark/
H A Dbenchmark.h903 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-current/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dbenchmark_register.cc439 void Benchmark::SetName(const char* name) { name_ = name; } function in class:benchmark::internal::Benchmark
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dbenchmark_register.cc460 void Benchmark::SetName(const char* name) { name_ = name; } function in class:benchmark::internal::Benchmark

Completed in 264 milliseconds