HomeSort by: relevance | last modified time | path
    Searched refs:SetThreadName (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_thread_registry_test.cc 98 // Test SetThreadName and FindThread.
99 registry->SetThreadName(6, "six");
100 registry->SetThreadName(7, "seven");
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_fuchsia.cc 101 asanThreadRegistry().SetThreadName(tid, name);
asan_interceptors.cc 65 void SetThreadName(const char *name) {
68 asanThreadRegistry().SetThreadName(t->tid(), name);
121 #define COMMON_INTERCEPTOR_SET_THREAD_NAME(ctx, name) SetThreadName(name)
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_thread_registry.h 119 void SetThreadName(u32 tid, const char *name);
sanitizer_thread_registry.cc 215 void ThreadRegistry::SetThreadName(u32 tid, const char *name) {
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl_thread.cc 322 ctx->thread_registry->SetThreadName(thr->tid, name);

Completed in 13 milliseconds