/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_thread.cpp | 177 static __hwasan::Thread *GetThreadByOsIDLocked(tid_t os_id) { in GetThreadByOsIDLocked() argument 194 bool GetThreadRangesLocked(tid_t os_id, uptr *stack_begin, uptr *stack_end, in GetThreadRangesLocked() argument 213 void GetThreadExtraStackRangesLocked(tid_t os_id, in GetThreadExtraStackRangesLocked() argument
|
H A D | hwasan_thread.h | 72 tid_t os_id() const { return os_id_; } in os_id() function 73 void set_os_id(tid_t os_id) { os_id_ = os_id; } in set_os_id()
|
/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_thread.cpp | 68 ThreadStart(u32 tid,tid_t os_id,ThreadType thread_type,void * arg) ThreadStart() argument 82 GetThreadExtraStackRangesLocked(tid_t os_id,InternalMmapVector<Range> * ranges) GetThreadExtraStackRangesLocked() argument
|
H A D | lsan_posix.cpp | 51 void ThreadStart(u32 tid, tid_t os_id, ThreadType thread_type) { in ThreadStart() argument 64 GetLsanThreadRegistryLocked()->FindThreadContextByOsIDLocked(os_id)); in GetThreadRangesLocked() argument
|
H A D | lsan_common.cpp | 408 tid_t os_id = static_cast<tid_t>(suspended_threads.GetThreadID(i)); ProcessThreads() local 716 for (auto os_id : unsuspended) { ReportUnsuspendedThreads() local [all...] |
/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_thread.cpp | 287 asanThreadRegistry().StartThread(tid(), os_id, ThreadType::Regular, nullptr); in ThreadStart() argument 477 GetAsanThreadByOsIDLocked(tid_t os_id) GetAsanThreadByOsIDLocked() argument 505 GetThreadRangesLocked(tid_t os_id,uptr * stack_begin,uptr * stack_end,uptr * tls_begin,uptr * tls_end,uptr * cache_begin,uptr * cache_end,DTLS ** dtls) GetThreadRangesLocked() argument 524 GetThreadExtraStackRangesLocked(tid_t os_id,InternalMmapVector<Range> * ranges) GetThreadExtraStackRangesLocked() argument [all...] |
H A D | asan_fuchsia.cpp | 210 ThreadStartHook(void * hook,uptr os_id) ThreadStartHook() argument 222 ThreadExitHook(void * hook,uptr os_id) ThreadExitHook() argument
|
/llvm-project/compiler-rt/test/tsan/ |
H A D | debugging.cpp | 100 uint64_t os_id; in __tsan_on_report() local
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_thread_registry.cpp | 216 FindThreadContextByOsIDLocked(tid_t os_id) FindThreadContextByOsIDLocked() argument 310 StartThread(u32 tid,tid_t os_id,ThreadType thread_type,void * arg) StartThread() argument
|
H A D | sanitizer_thread_registry.h | 46 tid_t os_id; // PID (used for reporting). variable
|
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_debugging.cpp | 168 int __tsan_get_report_thread(void *report, uptr idx, int *tid, tid_t *os_id, in __tsan_get_report_thread() 245 tid_t *os_id) { in __tsan_get_alloc_stack()
|
H A D | tsan_report.h | 87 tid_t os_id; member
|
H A D | tsan_rtl_thread.cpp | 152 void ThreadStart(ThreadState *thr, Tid tid, tid_t os_id, in ThreadStart() argument
|
/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_thread.cpp | 137 memprofThreadRegistry().StartThread(tid(), os_id, ThreadType::Regular, in ThreadStart() argument
|
/llvm-project/openmp/runtime/src/ |
H A D | kmp_affinity.h | 848 int os_id; global() variable
|
H A D | kmp_affinity.cpp | 1011 int os_id = hw_threads[i].os_id; restrict_to_mask() local 4410 int os_id = __kmp_topology->at(hw_thread).os_id; __kmp_affinity_get_topology_info() local [all...] |
H A D | kmp.h | 909 int os_id; member
|