Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/hwasan/
Dhwasan_thread.cpp163 static __hwasan::Thread *GetThreadByOsIDLocked(tid_t os_id) { in GetThreadByOsIDLocked()
178 bool GetThreadRangesLocked(tid_t os_id, uptr *stack_begin, uptr *stack_end, in GetThreadRangesLocked()
197 void GetThreadExtraStackRangesLocked(tid_t os_id, in GetThreadExtraStackRangesLocked()
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()
/openbsd/src/gnu/llvm/compiler-rt/lib/lsan/
Dlsan_thread.cpp51 void ThreadContextLsanBase::ThreadStart(u32 tid, tid_t os_id, in ThreadStart()
78 void GetThreadExtraStackRangesLocked(tid_t os_id, in GetThreadExtraStackRangesLocked()
Dlsan_posix.cpp48 void ThreadStart(u32 tid, tid_t os_id, ThreadType thread_type) { in ThreadStart()
61 bool GetThreadRangesLocked(tid_t os_id, uptr *stack_begin, uptr *stack_end, in GetThreadRangesLocked()
Dlsan_common.cpp405 tid_t os_id = static_cast<tid_t>(suspended_threads.GetThreadID(i)); in ProcessThreads() local
699 for (auto os_id : unsuspended) { in ReportUnsuspendedThreads() local
/openbsd/src/gnu/llvm/compiler-rt/lib/asan/
Dasan_thread.cpp263 thread_return_t AsanThread::ThreadStart(tid_t os_id) { in ThreadStart()
471 __asan::AsanThread *GetAsanThreadByOsIDLocked(tid_t os_id) { in GetAsanThreadByOsIDLocked()
492 bool GetThreadRangesLocked(tid_t os_id, uptr *stack_begin, uptr *stack_end, in GetThreadRangesLocked()
510 void GetThreadExtraStackRangesLocked(tid_t os_id, in GetThreadExtraStackRangesLocked()
Dasan_fuchsia.cpp212 static void ThreadStartHook(void *hook, uptr os_id) { in ThreadStartHook()
224 static void ThreadExitHook(void *hook, uptr os_id) { in ThreadExitHook()
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
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()
Dsanitizer_thread_registry.h46 tid_t os_id; // PID (used for reporting). variable
/openbsd/src/gnu/llvm/compiler-rt/lib/tsan/rtl/
Dtsan_debugging.cpp166 int __tsan_get_report_thread(void *report, uptr idx, int *tid, tid_t *os_id, in __tsan_get_report_thread()
243 tid_t *os_id) { in __tsan_get_alloc_stack()
Dtsan_report.h86 tid_t os_id; member
Dtsan_rtl_thread.cpp152 void ThreadStart(ThreadState *thr, Tid tid, tid_t os_id, in ThreadStart()
/openbsd/src/gnu/usr.bin/binutils/bfd/
Dppcboot.c64 bfd_byte os_id; /* OS_ID */ member
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Dppcboot.c64 bfd_byte os_id; /* OS_ID */ member
/openbsd/src/gnu/usr.bin/perl/win32/
Dwin32iop.h331 #define os_id win32_os_id macro