Searched refs:child_tid (Results 1 - 11 of 11) sorted by relevance

/external/lldb/source/Plugins/Process/POSIX/
H A DProcessMessage.h120 /// Indicates that the thread @p child_tid was spawned.
121 static ProcessMessage NewThread(lldb::tid_t parent_tid, lldb::tid_t child_tid) { argument
122 return ProcessMessage(parent_tid, eNewThreadMessage, child_tid);
191 ProcessMessage(lldb::tid_t tid, Kind kind, lldb::tid_t child_tid) argument
197 m_child_tid(child_tid) { }
H A DProcessPOSIX.cpp515 lldb::tid_t child_tid = message.GetChildTID(); local
517 thread_sp.reset(CreateNewPOSIXThread(*this, child_tid));
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-arm64-linux.c130 pid_t* child_tid in x4
141 pid_t* child_tid in x4
153 Int* child_tid,
171 " mov x4, x4\n" // syscall arg5: child_tid
H A Dsyswrap-ppc64-linux.c143 pid_t* child_tid in r7
155 pid_t* child_tid in r7 (sc arg5)
169 Int* child_tid,
203 " mr 7,7\n" // syscall arg5: child_tid
H A Dsyswrap-amd64-linux.c117 pid_t* child_tid in %r8
127 pid_t* child_tid in %r10
140 Long* child_tid,
157 " movq %r8, %r10\n" // syscall arg4: child_tid
H A Dsyswrap-arm-linux.c112 Int* child_tid,
H A Dsyswrap-mips32-linux.c129 pid_t* child_tid in stack 16
139 pid_t* child_tid in stack 16
154 Int * child_tid, //stack 16 48
177 " lw $7, 48($29)\n\t" /* a3 = child_tid */
178 " sw $7, 16($29)\n\t" /* 16(sp) = child_tid */
H A Dsyswrap-mips64-linux.c109 pid_t* child_tid in a6 = 10
118 pid_t* child_tid in a4 = 8 */
129 Int* child_tid ); /* a6 - 10 */
H A Dsyswrap-ppc32-linux.c132 pid_t* child_tid in r7
143 pid_t* child_tid in r7 (sc arg5)
156 Int* child_tid,
182 " mr 7,7\n" // syscall arg5: child_tid
H A Dsyswrap-s390x-linux.c125 int* child_tid in r5
134 int* child_tid in r5 (sc arg4)
147 Int *child_tid,
H A Dsyswrap-x86-linux.c116 pid_t* child_tid in 16+FSZ(%esp)
126 pid_t* child_tid in %edi
140 Int* child_tid,

Completed in 1090 milliseconds