Home
last modified time | relevance | path

Searched defs:parent_tid (Results 1 – 6 of 6) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_thread.h34 void Init(u32 parent_tid, StackTrace *stack) { in Init()
46 u32 parent_tid() { return parent_tid_; } in parent_tid() function
Dasan_thread.cc29 AsanThread *AsanThread::Create(u32 parent_tid, thread_callback_t start_routine, in Create()
Dasan_mac.cc288 u32 parent_tid; member
292 void asan_register_worker_thread(int parent_tid, StackTrace *stack) { in asan_register_worker_thread()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_thread_registry.h52 u32 parent_tid; variable
Dsanitizer_thread_registry.cc120 u32 ThreadRegistry::CreateThread(uptr user_id, bool detached, u32 parent_tid, in CreateThread()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_report.h85 int parent_tid; member