Home
last modified time | relevance | path

Searched defs:os_id (Results 1 – 17 of 17) sorted by relevance

/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread.cpp177 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 Dhwasan_thread.h72 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 Dlsan_thread.cpp68 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 Dlsan_posix.cpp51 void ThreadStart(u32 tid, tid_t os_id, ThreadType thread_type) { in ThreadStart() argument
64 GetLsanThreadRegistryLocked()->FindThreadContextByOsIDLocked(os_id)); in GetThreadRangesLocked() argument
H A Dlsan_common.cpp408 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 Dasan_thread.cpp287 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 Dasan_fuchsia.cpp210 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 Ddebugging.cpp100 uint64_t os_id; in __tsan_on_report() local
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cpp216 FindThreadContextByOsIDLocked(tid_t os_id) FindThreadContextByOsIDLocked() argument
310 StartThread(u32 tid,tid_t os_id,ThreadType thread_type,void * arg) StartThread() argument
H A Dsanitizer_thread_registry.h46 tid_t os_id; // PID (used for reporting). variable
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_debugging.cpp168 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 Dtsan_report.h87 tid_t os_id; member
H A Dtsan_rtl_thread.cpp152 void ThreadStart(ThreadState *thr, Tid tid, tid_t os_id, in ThreadStart() argument
/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp137 memprofThreadRegistry().StartThread(tid(), os_id, ThreadType::Regular, in ThreadStart() argument
/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.h848 int os_id; global() variable
H A Dkmp_affinity.cpp1011 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 Dkmp.h909 int os_id; member