Searched defs:parent_tid (Results 1 - 5 of 5) sorted by relevance

/external/compiler-rt/lib/lsan/
H A Dlsan_thread.cc80 u32 ThreadCreate(u32 parent_tid, uptr user_id, bool detached) { argument
81 return thread_registry->CreateThread(user_id, detached, parent_tid,
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cc21 detached(false), reuse_count(0), parent_tid(0), next(0) {
75 parent_tid = _parent_tid;
120 u32 ThreadRegistry::CreateThread(uptr user_id, bool detached, u32 parent_tid, argument
147 parent_tid, arg);
H A Dsanitizer_thread_registry.h49 u32 parent_tid; member in class:__sanitizer::ThreadContextBase
94 u32 CreateThread(uptr user_id, bool detached, u32 parent_tid, void *arg);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.h86 int parent_tid; member in struct:__tsan::ReportThread
/external/compiler-rt/lib/asan/
H A Dasan_mac.cc292 u32 parent_tid; member in struct:__asan::__anon16703
296 void asan_register_worker_thread(int parent_tid, StackTrace *stack) { argument
301 asanThreadRegistry().CreateThread(*(uptr*)t, true, parent_tid, &args);
319 asan_register_worker_thread(context->parent_tid, &stack);
338 asan_ctxt->parent_tid = GetCurrentTidOrInvalid();
404 int parent_tid = GetCurrentTidOrInvalid(); \
407 asan_register_worker_thread(parent_tid, &stack); \

Completed in 48 milliseconds