Searched defs:parent_tid (Results 1 - 7 of 7) 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.cc22 detached(false), parent_tid(0), next(0) {
76 parent_tid = _parent_tid;
121 u32 ThreadRegistry::CreateThread(uptr user_id, bool detached, u32 parent_tid, argument
153 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.h93 int parent_tid; member in struct:__tsan::ReportThread
/external/compiler-rt/lib/asan/
H A Dasan_mac.cc260 u32 parent_tid; member in struct:__asan::__anon19575
264 void asan_register_worker_thread(int parent_tid, StackTrace *stack) { argument
269 asanThreadRegistry().CreateThread(*(uptr*)t, true, parent_tid, &args);
286 asan_register_worker_thread(context->parent_tid, &stack);
305 asan_ctxt->parent_tid = GetCurrentTidOrInvalid();
370 int parent_tid = GetCurrentTidOrInvalid(); \
373 asan_register_worker_thread(parent_tid, &stack); \
/external/lldb/source/Plugins/Process/POSIX/
H A DProcessMessage.h121 static ProcessMessage NewThread(lldb::tid_t parent_tid, lldb::tid_t child_tid) { argument
122 return ProcessMessage(parent_tid, eNewThreadMessage, child_tid);
/external/kernel-headers/original/uapi/linux/
H A Di2o-dev.h178 __u32 parent_tid:12; member in struct:_i2o_hrt_entry
211 __u32 parent_tid:12; member in struct:_i2o_lct_entry

Completed in 785 milliseconds