HomeSort by relevance Sort by last modified time
    Searched refs:child_tid (Results 1 - 12 of 12) sorted by null

  /bionic/libc/bionic/
clone.cpp 36 extern "C" pid_t __bionic_clone(uint32_t flags, void* child_stack, int* parent_tid, void* tls, int* child_tid, int (*fn)(void*), void* arg);
48 int* child_tid = NULL; local
60 child_tid = va_arg(args, int*);
74 int clone_result = __bionic_clone(flags, child_stack, parent_tid, new_tls, child_tid, fn, arg);
  /bionic/libc/arch-x86/bionic/
__bionic_clone.S 3 // pid_t __bionic_clone(int flags, void* child_stack, pid_t* parent_tid, void* tls, pid_t* child_tid, int (*fn)(void*), void* arg);
20 movl 32(%esp), %edi # child_tid
  /external/valgrind/coregrind/m_syswrap/
syswrap-arm64-linux.c 123 pid_t* child_tid in x4
134 pid_t* child_tid in x4
146 Int* child_tid,
164 " mov x4, x4\n" // syscall arg5: child_tid
    [all...]
syswrap-ppc64-linux.c 191 pid_t* child_tid in r7
203 pid_t* child_tid in r7 (sc arg5)
217 Int* child_tid,
252 " mr 7,7\n" // syscall arg5: child_tid
324 " mr 7,7\n" // syscall arg5: child_tid
    [all...]
syswrap-amd64-linux.c 115 pid_t* child_tid in %r8
125 pid_t* child_tid in %r10
138 Long* child_tid,
155 " movq %r8, %r10\n" // syscall arg4: child_tid
    [all...]
syswrap-arm-linux.c 110 Int* child_tid,
    [all...]
syswrap-mips32-linux.c 127 pid_t* child_tid in stack 16
137 pid_t* child_tid in stack 16
152 Int * child_tid, //stack 16 48
175 " lw $7, 48($29)\n\t" /* a3 = child_tid */
176 " sw $7, 16($29)\n\t" /* 16(sp) = child_tid */
    [all...]
syswrap-mips64-linux.c 107 pid_t* child_tid in a6 = 10
116 pid_t* child_tid in a4 = 8 */
127 Int* child_tid ); /* a6 - 10 */
    [all...]
syswrap-ppc32-linux.c 130 pid_t* child_tid in r7
141 pid_t* child_tid in r7 (sc arg5)
154 Int* child_tid,
180 " mr 7,7\n" // syscall arg5: child_tid
    [all...]
syswrap-s390x-linux.c 123 int* child_tid in r5
132 int* child_tid in r5 (sc arg4)
145 Int *child_tid,
    [all...]
syswrap-tilegx-linux.c 207 pid_t* child_tid in r4
217 pid_t* child_tid in sr4
231 Long * child_tid, //r4
    [all...]
syswrap-x86-linux.c 114 pid_t* child_tid in 16+FSZ(%esp)
124 pid_t* child_tid in %edi
138 Int* child_tid,
    [all...]

Completed in 601 milliseconds