Searched defs:os_id (Results 1 – 15 of 15) sorted by relevance
| /openbsd/src/gnu/llvm/compiler-rt/lib/hwasan/ |
| D | hwasan_thread.cpp | 163 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()
|
| 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()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/lsan/ |
| D | lsan_thread.cpp | 51 void ThreadContextLsanBase::ThreadStart(u32 tid, tid_t os_id, in ThreadStart() 78 void GetThreadExtraStackRangesLocked(tid_t os_id, in GetThreadExtraStackRangesLocked()
|
| D | lsan_posix.cpp | 48 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()
|
| D | lsan_common.cpp | 405 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/ |
| D | asan_thread.cpp | 263 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()
|
| D | asan_fuchsia.cpp | 212 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/ |
| 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()
|
| D | sanitizer_thread_registry.h | 46 tid_t os_id; // PID (used for reporting). variable
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
| D | tsan_debugging.cpp | 166 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()
|
| D | tsan_report.h | 86 tid_t os_id; member
|
| D | tsan_rtl_thread.cpp | 152 void ThreadStart(ThreadState *thr, Tid tid, tid_t os_id, in ThreadStart()
|
| /openbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | ppcboot.c | 64 bfd_byte os_id; /* OS_ID */ member
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/ |
| D | ppcboot.c | 64 bfd_byte os_id; /* OS_ID */ member
|
| /openbsd/src/gnu/usr.bin/perl/win32/ |
| D | win32iop.h | 331 #define os_id win32_os_id macro
|