Searched refs:kMainTid (Results 1 – 17 of 17) sorted by relevance
| /freebsd-head/contrib/llvm-project/compiler-rt/lib/lsan/ |
| HD | lsan_posix.cpp | 55 GetThreadStackAndTls(tid == kMainTid, &args.stack_begin, &stack_size, in ThreadStart() 82 u32 tid = ThreadCreate(kMainTid, true); in InitializeMainThread() 83 CHECK_EQ(tid, kMainTid); in InitializeMainThread()
|
| HD | lsan_thread.cpp | 76 if (GetCurrentThreadId() == kMainTid) in EnsureMainThreadIDIsCorrect()
|
| HD | lsan_fuchsia.cpp | 66 u32 tid = ThreadCreate(kMainTid, true, &args); in InitializeMainThread()
|
| /freebsd-head/contrib/llvm-project/compiler-rt/lib/memprof/ |
| HD | memprof_thread.cpp | 158 /* start_routine */ nullptr, /* arg */ nullptr, /* parent_tid */ kMainTid, in CreateMainThread() 173 GetThreadStackAndTls(tid() == kMainTid, &stack_bottom_, &stack_size, in SetThreadStackAndTls() 216 if (context && (context->tid == kMainTid)) in EnsureMainThreadIDIsCorrect()
|
| HD | memprof_descriptions.cpp | 47 if (context->tid == kMainTid || context->announced) { in DescribeThread()
|
| /freebsd-head/contrib/llvm-project/compiler-rt/lib/asan/ |
| HD | asan_thread.cpp | 297 /* parent_tid */ kMainTid, in CreateMainThread() 311 GetThreadStackAndTls(tid() == kMainTid, &stack_bottom_, &stack_size, in SetThreadStackAndTls() 436 AsanThreadContext *tctx = GetThreadContextByTidLocked(kMainTid); in GetCurrentThread() 473 if (context && (context->tid == kMainTid)) in EnsureMainThreadIDIsCorrect()
|
| HD | asan_descriptions.cpp | 47 if (context->tid == kMainTid || context->announced) { in DescribeThread()
|
| HD | asan_allocator.cpp | 523 m->SetAllocContext(t ? t->tid() : kMainTid, StackDepotPut(*stack)); in UpdateAllocationStack() 609 m->SetAllocContext(t ? t->tid() : kMainTid, StackDepotPut(*stack)); in Allocate()
|
| /freebsd-head/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| HD | tsan_rtl_thread.cpp | 58 if (tctx->tid == kMainTid) { in ReportIgnoresEnabled() 173 GetThreadStackAndTls(tid == kMainTid, &stk_addr, &stk_size, &tls_addr, in ThreadStart() 193 if (tid != kMainTid) { in ThreadStart()
|
| HD | tsan_report.cpp | 56 if (tid == kMainTid) in thread_name() 232 if (rt->id == kMainTid) // Little sense in describing the main thread. in PrintThread()
|
| HD | tsan_platform_mac.cpp | 212 CHECK_NE(tid, kMainTid); in ThreadCreateCallback()
|
| HD | tsan_rtl_report.cpp | 809 if (parent_tid == kMainTid || parent_tid == kInvalidTid) in ReportRace()
|
| HD | tsan_rtl.cpp | 731 CHECK_EQ(tid, kMainTid); in Initialize()
|
| HD | tsan_interceptors_posix.cpp | 1052 p.tid = kMainTid; in TSAN_INTERCEPTOR() 1063 CHECK_NE(p.tid, kMainTid); in TSAN_INTERCEPTOR()
|
| /freebsd-head/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| HD | sanitizer_thread_registry.cpp | 90 if (tid != kMainTid) in SetCreated()
|
| HD | sanitizer_internal_defs.h | 446 constexpr Tid kMainTid = 0; variable
|
| /freebsd-head/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| HD | hwasan_allocator.cpp | 85 u64 context = t ? t->unique_id() : kMainTid; in SetAllocated()
|