Searched defs:parent_tidptr (Results 1 - 5 of 5) sorted by relevance

/external/ltp/testcases/kdump/lib/kprobes/
H A Dkprobes.c16 int __user * parent_tidptr, int __user * child_tidptr)
14 jdo_fork(unsigned long clone_flags, unsigned long stack_start, struct pt_regs *regs, unsigned long stack_size, int __user * parent_tidptr, int __user * child_tidptr) argument
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_s390.cc59 int *parent_tidptr, void *newtls, int *child_tidptr) {
77 register int * __ptidptr __asm__("r4") = parent_tidptr;
58 internal_clone(int (*fn)(void *), void *child_stack, int flags, void *arg, int *parent_tidptr, void *newtls, int *child_tidptr) argument
H A Dsanitizer_linux.cc915 int *parent_tidptr, void *newtls, int *child_tidptr) {
929 * %rdx = parent_tidptr,
963 "d"(parent_tidptr),
971 int *parent_tidptr, void *newtls, int *child_tidptr) {
987 * $a2 = parent_tidptr,
1037 "r"(parent_tidptr),
1047 int *parent_tidptr, void *newtls, int *child_tidptr) {
1060 register int *__ptid __asm__("x4") = parent_tidptr;
1098 int *parent_tidptr, void *newtls, int *child_tidptr) {
1119 register int * __ptidptr __asm__("r7") = parent_tidptr;
914 internal_clone(int (*fn)(void *), void *child_stack, int flags, void *arg, int *parent_tidptr, void *newtls, int *child_tidptr) argument
970 internal_clone(int (*fn)(void *), void *child_stack, int flags, void *arg, int *parent_tidptr, void *newtls, int *child_tidptr) argument
1046 internal_clone(int (*fn)(void *), void *child_stack, int flags, void *arg, int *parent_tidptr, void *newtls, int *child_tidptr) argument
1097 internal_clone(int (*fn)(void *), void *child_stack, int flags, void *arg, int *parent_tidptr, void *newtls, int *child_tidptr) argument
[all...]
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-linux.c431 Int* parent_tidptr)
442 child_tidptr, parent_tidptr, NULL);
449 child_tidptr, parent_tidptr, NULL);
460 child_tidptr, parent_tidptr, NULL);
475 child_tidptr, parent_tidptr, NULL);
486 (stack, flags, parent_tidptr, child_tidptr, NULL,
494 child_tidptr, parent_tidptr, NULL);
501 child_tidptr, parent_tidptr, NULL);
509 parent_tidptr, NULL, child_tidptr);
517 child_tidptr, parent_tidptr, NUL
426 clone_new_thread( Word (fn)void *), void* stack, Word flags, ThreadState* ctst, Int* child_tidptr, Int* parent_tidptr) argument
599 do_clone( ThreadId ptid, UWord flags, Addr sp, Int* parent_tidptr, Int* child_tidptr, Addr tlsaddr) argument
715 do_fork_clone( ThreadId tid, UInt flags, Int* parent_tidptr, Int* child_tidptr, Addr child_sp) argument
[all...]
/external/google-breakpad/src/third_party/lss/
H A Dlinux_syscall_support.h1746 int flags, void *arg, int *parent_tidptr,
1778 * %edx = parent_tidptr,
1827 "m"(parent_tidptr), "m"(newtls), "m"(child_tidptr)
2067 int flags, void *arg, int *parent_tidptr,
2096 * %rdx = parent_tidptr,
2136 "d"(LSS_SYSCALL_ARG(parent_tidptr)),
2235 int flags, void *arg, int *parent_tidptr,
2241 register void *__ptid __asm__("r2") = parent_tidptr;
2260 * %r2 = parent_tidptr,
2361 int flags, void *arg, int *parent_tidptr,
1745 clone(int (*fn)(void *), void *child_stack, int flags, void *arg, int *parent_tidptr, void *newtls, int *child_tidptr) argument
2066 clone(int (*fn)(void *), void *child_stack, int flags, void *arg, int *parent_tidptr, void *newtls, int *child_tidptr) argument
2234 clone(int (*fn)(void *), void *child_stack, int flags, void *arg, int *parent_tidptr, void *newtls, int *child_tidptr) argument
2360 clone(int (*fn)(void *), void *child_stack, int flags, void *arg, int *parent_tidptr, void *newtls, int *child_tidptr) argument
2516 clone(int (*fn)(void *), void *child_stack, int flags, void *arg, int *parent_tidptr, void *newtls, int *child_tidptr) argument
2695 clone(int (*fn)(void *), void *child_stack, int flags, void *arg, int *parent_tidptr, void *newtls, int *child_tidptr) argument
2903 clone(int (*fn)(void *), void *child_stack, int flags, void *arg, int *parent_tidptr, void *newtls, int *child_tidptr) argument
4004 void *parent_tidptr = NULL; local
[all...]

Completed in 202 milliseconds