Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread.cpp176 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 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()
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_thread.cpp68 void ThreadContextLsanBase::ThreadStart(u32 tid, tid_t os_id, in ThreadStart()
82 void GetThreadExtraStackRangesLocked(tid_t os_id, in GetThreadExtraStackRangesLocked()
H A Dlsan_posix.cpp49 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 Dlsan_common.cpp408 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 Dasan_thread.cpp287 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 Dasan_fuchsia.cpp210 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 Dsanitizer_thread_registry.cpp216 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 Dsanitizer_thread_registry.h46 tid_t os_id; // PID (used for reporting). variable
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_debugging.cpp166 __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 Dtsan_report.h86 tid_t os_id; global() member
H A Dtsan_rtl_thread.cpp152 void ThreadStart(ThreadState *thr, Tid tid, tid_t os_id, in ThreadStart()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp137 MemprofThread::ThreadStart(tid_t os_id, in ThreadStart()
/freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_swinstalled_tbl.c254 struct utsname os_id; in swins_get_OS_ident() local
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.h848 int os_id; variable
H A Dkmp_affinity.cpp1011 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 Dkmp.h909 int os_id; member