Home
last modified time | relevance | path

Searched refs:child_tid (Results 1 – 12 of 12) sorted by relevance

/external/lldb/source/Plugins/Process/POSIX/
DProcessMessage.h121 static ProcessMessage NewThread(lldb::tid_t parent_tid, lldb::tid_t child_tid) { in NewThread() argument
122 return ProcessMessage(parent_tid, eNewThreadMessage, child_tid); in NewThread()
191 ProcessMessage(lldb::tid_t tid, Kind kind, lldb::tid_t child_tid) in ProcessMessage() argument
197 m_child_tid(child_tid) { } in ProcessMessage()
DProcessPOSIX.cpp515 lldb::tid_t child_tid = message.GetChildTID(); in RefreshStateAfterStop() local
517 thread_sp.reset(CreateNewPOSIXThread(*this, child_tid)); in RefreshStateAfterStop()
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-arm64-linux.c146 Int* child_tid,
Dsyswrap-ppc64-linux.c217 Int* child_tid,
Dsyswrap-ppc32-linux.c154 Int* child_tid,
Dsyswrap-amd64-linux.c138 Long* child_tid,
Dsyswrap-mips64-linux.c127 Int* child_tid ); /* a6 - 10 */
Dsyswrap-s390x-linux.c145 Int *child_tid,
Dsyswrap-arm-linux.c110 Int* child_tid,
Dsyswrap-mips32-linux.c152 Int * child_tid, //stack 16 48
Dsyswrap-tilegx-linux.c231 Long * child_tid, //r4
Dsyswrap-x86-linux.c138 Int* child_tid,