/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_thread.cpp | 176 GetThreadByOsIDLocked(tid_t os_id) GetThreadByOsIDLocked() argument 193 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 212 GetThreadExtraStackRangesLocked(tid_t os_id,InternalMmapVector<Range> * ranges) 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()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_thread.cpp | 68 void ThreadContextLsanBase::ThreadStart(u32 tid, tid_t os_id, in ThreadStart() 82 void GetThreadExtraStackRangesLocked(tid_t os_id, in GetThreadExtraStackRangesLocked()
|
H A D | lsan_posix.cpp | 49 ThreadStart(u32 tid,tid_t os_id,ThreadType thread_type) ThreadStart() argument 62 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
|
H A D | lsan_common.cpp | 408 tid_t os_id = static_cast<tid_t>(suspended_threads.GetThreadID(i)); in ProcessThreads() local 716 for (auto os_id : unsuspended) { in ReportUnsuspendedThreads() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_thread.cpp | 287 void AsanThread::ThreadStart(tid_t os_id) { in ThreadStart() 477 __asan::AsanThread *GetAsanThreadByOsIDLocked(tid_t os_id) { in GetAsanThreadByOsIDLocked() 505 bool GetThreadRangesLocked(tid_t os_id, uptr *stack_begin, uptr *stack_end, in GetThreadRangesLocked() 524 void GetThreadExtraStackRangesLocked(tid_t os_id, in GetThreadExtraStackRangesLocked()
|
H A D | asan_fuchsia.cpp | 210 static void ThreadStartHook(void *hook, uptr os_id) { in ThreadStartHook() 222 static void ThreadExitHook(void *hook, uptr os_id) { in ThreadExitHook()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_thread_registry.cpp | 216 ThreadContextBase *ThreadRegistry::FindThreadContextByOsIDLocked(tid_t os_id) { in FindThreadContextByOsIDLocked() 310 void ThreadRegistry::StartThread(u32 tid, tid_t os_id, ThreadType thread_type, in StartThread()
|
H A D | sanitizer_thread_registry.h | 46 tid_t os_id; // PID (used for reporting). variable
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_debugging.cpp | 166 __tsan_get_report_thread(void * report,uptr idx,int * tid,tid_t * os_id,int * running,const char ** name,int * parent_tid,void ** trace,uptr trace_size) __tsan_get_report_thread() argument 243 __tsan_get_alloc_stack(uptr addr,uptr * trace,uptr size,int * thread_id,tid_t * os_id) __tsan_get_alloc_stack() argument
|
H A D | tsan_report.h | 86 tid_t os_id; global() member
|
H A D | tsan_rtl_thread.cpp | 152 void ThreadStart(ThreadState *thr, Tid tid, tid_t os_id, in ThreadStart()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_thread.cpp | 137 MemprofThread::ThreadStart(tid_t os_id, in ThreadStart()
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/ |
H A D | hostres_swinstalled_tbl.c | 254 struct utsname os_id; in swins_get_OS_ident() local
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_affinity.h | 848 int os_id; variable
|
H A D | kmp_affinity.cpp | 1011 int os_id = hw_threads[i].os_id; in restrict_to_mask() local 4410 int os_id = __kmp_topology->at(hw_thread).os_id; in __kmp_affinity_get_topology_info() local
|
H A D | kmp.h | 909 int os_id; member
|