|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
projects/compiler-rt/lib/sanitizer_common/sanitizer_thread_registry.h 129 void StartThread(u32 tid, tid_t os_id, ThreadType thread_type, void *arg);
References
projects/compiler-rt/lib/asan/asan_thread.cpp 248 asanThreadRegistry().StartThread(tid(), os_id, ThreadType::Regular, nullptr);
projects/compiler-rt/lib/lsan/lsan_thread.cpp 89 thread_registry->StartThread(tid, os_id, thread_type, &args);
projects/compiler-rt/lib/tsan/rtl/tsan_rtl_thread.cpp 262 tr->StartThread(tid, os_id, thread_type, &args);