Searched defs:os_id (Results 1 - 16 of 16) sorted by relevance

/freebsd-current/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_thread.cpp68 void ThreadContextLsanBase::ThreadStart(u32 tid, tid_t os_id, argument
82 void GetThreadExtraStackRangesLocked(tid_t os_id, argument
H A Dlsan_posix.cpp51 void ThreadStart(u32 tid, tid_t os_id, ThreadType thread_type) { argument
64 bool GetThreadRangesLocked(tid_t os_id, uptr *stack_begin, uptr *stack_end, argument
H A Dlsan_common.cpp408 tid_t os_id = static_cast<tid_t>(suspended_threads.GetThreadID(i)); local
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.h46 tid_t os_id; // PID (used for reporting). member in class:__sanitizer::ThreadContextBase
H A Dsanitizer_thread_registry.cpp216 ThreadContextBase *ThreadRegistry::FindThreadContextByOsIDLocked(tid_t os_id) { argument
310 void ThreadRegistry::StartThread(u32 tid, tid_t os_id, ThreadType thread_type, argument
/freebsd-current/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp137 MemprofThread::ThreadStart(tid_t os_id, argument
140 memprofThreadRegistry().StartThread(tid(), os_id, ThreadType::Regular, local
/freebsd-current/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_swinstalled_tbl.c254 struct utsname os_id; local
/freebsd-current/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread.h72 tid_t os_id() const { return os_id_; } function in class:__hwasan::Thread
73 void set_os_id(tid_t os_id) { os_id_ = os_id; } argument
H A Dhwasan_thread.cpp177 static __hwasan::Thread *GetThreadByOsIDLocked(tid_t os_id) { argument
194 bool GetThreadRangesLocked(tid_t os_id, uptr *stack_begin, uptr *stack_end, argument
213 void GetThreadExtraStackRangesLocked(tid_t os_id, argument
/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_fuchsia.cpp212 static void ThreadStartHook(void *hook, uptr os_id) { argument
224 static void ThreadExitHook(void *hook, uptr os_id) { argument
H A Dasan_thread.cpp282 void AsanThread::ThreadStart(tid_t os_id) { argument
284 asanThreadRegistry().StartThread(tid(), os_id, ThreadType::Regular, nullptr); local
472 __asan::AsanThread *GetAsanThreadByOsIDLocked(tid_t os_id) { argument
500 bool GetThreadRangesLocked(tid_t os_id, uptr *stack_begin, uptr *stack_end, argument
519 void GetThreadExtraStackRangesLocked(tid_t os_id, argument
[all...]
/freebsd-current/contrib/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, argument
244 __tsan_get_alloc_stack(uptr addr, uptr *trace, uptr size, int *thread_id, tid_t *os_id) argument
H A Dtsan_rtl_thread.cpp152 void ThreadStart(ThreadState *thr, Tid tid, tid_t os_id, argument
H A Dtsan_report.h87 tid_t os_id; member in struct:__tsan::ReportThread
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.h841 int os_id; member in class:kmp_hw_thread_t
H A Dkmp.h899 int os_id; member in struct:kmp_affinity_ids_t

Completed in 121 milliseconds