Home
last modified time | relevance | path

Searched defs:child_stack (Results 1 – 25 of 42) sorted by relevance

12

/aosp_15_r20/external/compiler-rt/test/lsan/TestCases/
H A Dswapcontext.cc20 int child_stack; in Child() local
28 char *child_stack = (argc > 1) ? stack_memory : heap_memory; in main() local
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cc914 uptr internal_clone(int (*fn)(void *), void *child_stack, int flags, void *arg, in internal_clone() argument
970 uptr internal_clone(int (*fn)(void *), void *child_stack, int flags, void *arg, in internal_clone() argument
1046 uptr internal_clone(int (*fn)(void *), void *child_stack, int flags, void *arg, in internal_clone() argument
1097 uptr internal_clone(int (*fn)(void *), void *child_stack, int flags, void *arg, in internal_clone() argument
/aosp_15_r20/bionic/libc/bionic/
H A Dpthread_create.cpp269 static int __allocate_thread(pthread_attr_t* attr, bionic_tcb** tcbp, void** child_stack) { in __allocate_thread()
420 void* child_stack = nullptr; in pthread_create() local
H A Dclone.cpp58 int clone(int (*fn)(void*), void* child_stack, int flags, void* arg, ...) { in clone() argument
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/clone/
H A Dclone07.c21 static void *child_stack; variable
H A Dclone01.c20 static void *child_stack; variable
H A Dclone05.c23 static void *child_stack; variable
H A Dclone03.c18 static void *child_stack; variable
H A Dclone06.c23 static void *child_stack; variable
H A Dclone04.c24 void *child_stack; member
H A Dclone09.c15 static void *child_stack; variable
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
H A D15-1.c105 int *child_stack; in threaded() local
/aosp_15_r20/external/strace/tests-mx32/
H A Dclone_parent.c50 # define clone(fn, child_stack, flags, arg) \ argument
H A Dclone_ptrace.c61 # define clone(fn, child_stack, flags, arg) \ argument
/aosp_15_r20/external/strace/tests/
H A Dclone_parent.c50 # define clone(fn, child_stack, flags, arg) \ argument
H A Dclone_ptrace.c61 # define clone(fn, child_stack, flags, arg) \ argument
/aosp_15_r20/external/strace/tests-m32/
H A Dclone_parent.c50 # define clone(fn, child_stack, flags, arg) \ argument
H A Dclone_ptrace.c61 # define clone(fn, child_stack, flags, arg) \ argument
/aosp_15_r20/external/compiler-rt/test/asan/TestCases/Linux/
H A Dclone_test.cc25 char __attribute__((aligned(16))) child_stack[kStackSize + 1]; in main() local
H A Dswapcontext_test.cc49 int Run(int arg, int mode, char *child_stack) { in Run()
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
H A Dfexit_sleep.c24 static char child_stack[STACK_SIZE]; variable
H A Dns_current_pid_tgid.c17 static char child_stack[STACK_SIZE]; variable
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/ioctl/
H A Dioctl_ns01.c29 static char *child_stack; variable
H A Dioctl_ns05.c28 static char *child_stack; variable
H A Dioctl_ns06.c29 static char *child_stack; variable

12