Home
last modified time | relevance | path

Searched refs:parent_tid (Results 1 – 18 of 18) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_mac.cc140 u32 parent_tid; member
144 void asan_register_worker_thread(int parent_tid, StackTrace *stack) { in asan_register_worker_thread() argument
148 parent_tid, stack, /* detached */ true); in asan_register_worker_thread()
165 asan_register_worker_thread(context->parent_tid, &stack); in asan_dispatch_call_block_and_release()
184 asan_ctxt->parent_tid = GetCurrentTidOrInvalid(); in alloc_asan_context()
249 int parent_tid = GetCurrentTidOrInvalid(); \
252 asan_register_worker_thread(parent_tid, &stack); \
Dasan_thread.cc84 u32 parent_tid, StackTrace *stack, in Create() argument
93 parent_tid, &args); in Create()
Dasan_report.cc608 if (context->parent_tid == kInvalidTid) { in DescribeThread()
614 " created by T%d%s here:\n", context->parent_tid, in DescribeThread()
615 ThreadNameWithParenthesis(context->parent_tid, tname, sizeof(tname))); in DescribeThread()
621 GetThreadContextByTidLocked(context->parent_tid); in DescribeThread()
Dasan_thread.h61 u32 parent_tid, StackTrace *stack, bool detached);
/external/compiler-rt/test/tsan/
Ddebugging.cc24 const char **name, int *parent_tid, void **trace,
96 int parent_tid; in __tsan_on_report() local
98 __tsan_get_report_thread(report, 0, &tid, &os_id, &running, &name, &parent_tid, trace, 16); in __tsan_on_report()
102 __tsan_get_report_thread(report, 1, &tid, &os_id, &running, &name, &parent_tid, trace, 16); in __tsan_on_report()
/external/valgrind/coregrind/m_syswrap/
Dpriv_syswrap-linux.h381 Int* parent_tid,
393 Int* parent_tid,
400 Int* parent_tid,
407 Int* parent_tid,
411 Int *parent_tid,
421 Int* parent_tid,
428 Int* parent_tid,
434 Int* parent_tid, /* a4 - 8 */
442 Int* parent_tid, //stack 20 52
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_thread_registry.cc22 detached(false), parent_tid(0), next(0) { in ThreadContextBase()
76 parent_tid = _parent_tid; in SetCreated()
121 u32 ThreadRegistry::CreateThread(uptr user_id, bool detached, u32 parent_tid, in CreateThread() argument
153 parent_tid, arg); in CreateThread()
Dsanitizer_thread_registry.h49 u32 parent_tid; variable
96 u32 CreateThread(uptr user_id, bool detached, u32 parent_tid, void *arg);
/external/compiler-rt/lib/tsan/rtl/
Dtsan_debugging.cc142 int *running, const char **name, int *parent_tid, in __tsan_get_report_thread() argument
151 *parent_tid = thread->parent_tid; in __tsan_get_report_thread()
Dtsan_rtl_thread.cc224 u32 parent_tid = thr ? thr->tid : kInvalidTid; // No parent for GCD workers. in ThreadCreate() local
226 ctx->thread_registry->CreateThread(uid, detached, parent_tid, &args); in ThreadCreate()
227 DPrintf("#%d: ThreadCreate tid=%d uid=%zu\n", parent_tid, tid, uid); in ThreadCreate()
Dtsan_report.h93 int parent_tid; member
Dtsan_rtl_report.cc200 rt->parent_tid = tctx->parent_tid; in AddThread()
Dtsan_report.cc240 thread_name(thrbuf, rt->parent_tid)); in PrintThread()
Dtsan_interface.h128 int *running, const char **name, int *parent_tid,
/external/compiler-rt/lib/lsan/
Dlsan_thread.cc85 u32 ThreadCreate(u32 parent_tid, uptr user_id, bool detached) { in ThreadCreate() argument
86 return thread_registry->CreateThread(user_id, detached, parent_tid, in ThreadCreate()
/external/kernel-headers/original/uapi/linux/
Di2o-dev.h179 __u32 parent_tid:12; member
212 __u32 parent_tid:12; member
/external/ltp/lib/
Dcloner.c50 pid_t *parent_tid, void *tls, pid_t *child_tid);
/external/strace/
DChangeLog-CVS3430 * process.c [LINUX] (sys_clone): Don't dereference parent_tid argument.