| /src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
| H A D | asan_fuchsia.cc | 177 static void ThreadStartHook(void *hook, uptr os_id) { argument 189 static void ThreadExitHook(void *hook, uptr os_id) { argument
|
| H A D | asan_rtems.cc | 174 static void ThreadStartHook(void *hook, uptr os_id) { argument 200 static void ThreadExitHook(void *hook, uptr os_id) { argument
|
| H A D | asan_thread.cc | 458 __asan::AsanThread *GetAsanThreadByOsIDLocked(tid_t os_id) { argument 468 bool GetThreadRangesLocked(tid_t os_id, uptr *stack_begin, uptr *stack_end, argument 484 void ForEachExtraStackRange(tid_t os_id, RangeIteratorCallback callback, argument 246 ThreadStart(tid_t os_id,atomic_uintptr_t * signal_thread_is_registered) argument
|
| /src/sys/external/bsd/compiler_rt/dist/lib/lsan/ |
| H A D | lsan_thread.cc | 80 void ThreadStart(u32 tid, tid_t os_id, bool workerthread) { argument 130 bool GetThreadRangesLocked(tid_t os_id, uptr *stack_begin, uptr *stack_end, argument 146 void ForEachExtraStackRange(tid_t os_id, RangeIteratorCallback callback, argument
|
| H A D | lsan_common.cc | 223 tid_t os_id = static_cast<tid_t>(suspended_threads.GetThreadID(i)); local in function:__lsan::ProcessThreads [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_thread_registry.cc | 210 ThreadContextBase *ThreadRegistry::FindThreadContextByOsIDLocked(tid_t os_id) { argument 306 void ThreadRegistry::StartThread(u32 tid, tid_t os_id, bool workerthread, argument
|
| H A D | sanitizer_thread_registry.h | 42 tid_t os_id; // PID (used for reporting). member in class:__sanitizer::ThreadContextBase
|
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| H A D | tsan_report.h | 93 tid_t os_id; member in struct:__tsan::ReportThread
|
| H A D | tsan_debugging.cc | 161 int __tsan_get_report_thread(void *report, uptr idx, int *tid, tid_t *os_id, argument 237 __tsan_get_alloc_stack(uptr addr,uptr * trace,uptr size,int * thread_id,tid_t * os_id) argument
|
| H A D | tsan_rtl_thread.cc | 243 void ThreadStart(ThreadState *thr, int tid, tid_t os_id, bool workerthread) { argument
|