Searched defs:child_stack (Results 1 - 4 of 4) sorted by relevance

/external/compiler-rt/lib/asan/lit_tests/TestCases/Linux/
H A Dclone_test.cc24 char child_stack[kStackSize + 1]; local
25 char *sp = child_stack + kStackSize; // Stack grows down.
37 child_stack[i] = i;
38 int ret = child_stack[argc - 1];
H A Dswapcontext_test.cc49 int Run(int arg, int mode, char *child_stack) { argument
50 printf("Child stack: %p\n", child_stack);
53 child_context.uc_stack.ss_sp = child_stack;
65 child_stack[i] = i;
67 return child_stack[arg];
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dlinux_syscall_support.h899 LSS_INLINE int LSS_NAME(clone)(int (*fn)(void *), void *child_stack, argument
909 /* if (child_stack == NULL)
916 * child_stack = (child_stack & ~0xF) - 20;
931 * %ecx = child_stack,
980 "m"(fn), "m"(child_stack), "m"(flags), "m"(arg),
1161 LSS_INLINE int LSS_NAME(clone)(int (*fn)(void *), void *child_stack, argument
1172 /* if (child_stack == NULL)
1179 * child_stack = (child_stack
1370 clone(int (*fn)(void *), void *child_stack, int flags, void *arg, int *parent_tidptr, void *newtls, int *child_tidptr) argument
1584 clone(int (*fn)(void *), void *child_stack, int flags, void *arg, int *parent_tidptr, void *newtls, int *child_tidptr) argument
1792 clone(int (*fn)(void *), void *child_stack, int flags, void *arg, int *parent_tidptr, void *newtls, int *child_tidptr) argument
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dlinux_syscall_support.h885 LSS_INLINE int LSS_NAME(clone)(int (*fn)(void *), void *child_stack, argument
895 /* if (child_stack == NULL)
902 * child_stack = (child_stack & ~0xF) - 20;
917 * %ecx = child_stack,
966 "m"(fn), "m"(child_stack), "m"(flags), "m"(arg),
1080 LSS_INLINE int LSS_NAME(clone)(int (*fn)(void *), void *child_stack, argument
1091 /* if (child_stack == NULL)
1098 * child_stack = (child_stack
1284 clone(int (*fn)(void *), void *child_stack, int flags, void *arg, int *parent_tidptr, void *newtls, int *child_tidptr) argument
1498 clone(int (*fn)(void *), void *child_stack, int flags, void *arg, int *parent_tidptr, void *newtls, int *child_tidptr) argument
1706 clone(int (*fn)(void *), void *child_stack, int flags, void *arg, int *parent_tidptr, void *newtls, int *child_tidptr) argument
[all...]

Completed in 312 milliseconds