| /llvm-project-15.0.7/compiler-rt/lib/xray/ |
| H A D | xray_basic_logging.cpp | 239 R.TId = GetTid(); in InMemoryRawLog() 287 R.TId = GetTid(); in InMemoryRawLogWithArg() 348 Report("Cleaned up log for TID: %llu\n", GetTid()); in TLDDestructor() 353 Report("Skipping buffer for TID: %llu; Offset = %zu\n", GetTid(), in TLDDestructor()
|
| H A D | xray_fdr_controller.h | 75 TId = GetTid(); in setupNewBuffer()
|
| H A D | xray_profiling.cpp | 191 std::move(ThreadBuffers), GetTid()); in postCurrentThreadFCT()
|
| /llvm-project-15.0.7/compiler-rt/lib/ubsan/ |
| H A D | ubsan_signals_standalone.cpp | 54 HandleDeadlySignal(siginfo, context, GetTid(), &OnStackUnwind, nullptr); in UBsanOnDeadlySignal()
|
| /llvm-project-15.0.7/compiler-rt/lib/lsan/ |
| H A D | lsan_thread.cpp | 73 CurrentThreadContext()->os_id = GetTid(); in EnsureMainThreadIDIsCorrect()
|
| H A D | lsan_fuchsia.cpp | 58 ThreadContextLsanBase::ThreadStart(tid, GetTid(), ThreadType::Regular, &args); in ThreadStart()
|
| H A D | lsan_posix.cpp | 80 ThreadStart(tid, GetTid()); in InitializeMainThread()
|
| H A D | lsan_mac.cpp | 72 ThreadStart(tid, GetTid()); in lsan_register_worker_thread()
|
| H A D | lsan_interceptors.cpp | 440 ThreadStart(tid, GetTid()); in __lsan_thread_start_func()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_termination.cpp | 69 u32 tid = GetTid(); in CheckFailed()
|
| H A D | sanitizer_netbsd.cpp | 232 tid_t GetTid() { in GetTid() function
|
| H A D | sanitizer_win.cpp | 111 tid_t GetTid() { in GetTid() function 116 return GetTid(); in GetThreadSelf()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_linux_test.cpp | 97 arg->reported_tid = GetTid(); in TidReporterThread() 143 tid_t self_tid = GetTid(); in TEST_F()
|
| /llvm-project-15.0.7/compiler-rt/lib/safestack/ |
| H A D | safestack_platform.h | 68 inline ThreadId GetTid() { in GetTid() function
|
| H A D | safestack.cpp | 172 ThreadId tid = GetTid(); in thread_cleanup_handler()
|
| /llvm-project-15.0.7/compiler-rt/lib/memprof/ |
| H A D | memprof_thread.cpp | 217 context->os_id = GetTid(); in EnsureMainThreadIDIsCorrect()
|
| H A D | memprof_interceptors.cpp | 154 return t->ThreadStart(GetTid(), ¶m->is_registered); in memprof_thread_start()
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_mac.cpp | 154 asanThreadRegistry().StartThread(t->tid(), GetTid(), ThreadType::Worker, in asan_register_worker_thread()
|
| H A D | asan_win.cpp | 137 return t->ThreadStart(GetTid()); in asan_thread_start()
|
| H A D | asan_thread.cpp | 468 context->os_id = GetTid(); in EnsureMainThreadIDIsCorrect()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_platform_mac.cpp | 213 ThreadStart(thr, tid, GetTid(), ThreadType::Worker); in ThreadCreateCallback()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_platform_mac.cpp | 236 ThreadStart(thr, tid, GetTid(), ThreadType::Worker); in my_pthread_introspection_hook()
|
| H A D | tsan_rtl.cpp | 378 HandleDeadlySignal(siginfo, context, GetTid(), &OnStackUnwind, nullptr); in TsanOnDeadlySignal() 450 ThreadStart(thr, tid, GetTid(), ThreadType::Regular); in Initialize()
|
| /llvm-project-15.0.7/compiler-rt/lib/xray/tests/unit/ |
| H A D | profile_collector_test.cpp | 206 std::move(Buffers), GetTid()); in threadProcessing()
|
| /llvm-project-15.0.7/compiler-rt/lib/hwasan/ |
| H A D | hwasan_linux.cpp | 402 HandleDeadlySignal(info, context, GetTid(), &OnStackUnwind, nullptr); in HwasanOnDeadlySignal()
|