/aosp_15_r20/external/compiler-rt/test/lsan/TestCases/ |
H A D | swapcontext.cc | 20 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 D | sanitizer_linux.cc | 914 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 D | pthread_create.cpp | 269 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 D | clone.cpp | 58 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 D | clone07.c | 21 static void *child_stack; variable
|
H A D | clone01.c | 20 static void *child_stack; variable
|
H A D | clone05.c | 23 static void *child_stack; variable
|
H A D | clone03.c | 18 static void *child_stack; variable
|
H A D | clone06.c | 23 static void *child_stack; variable
|
H A D | clone04.c | 24 void *child_stack; member
|
H A D | clone09.c | 15 static void *child_stack; variable
|
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/ |
H A D | 15-1.c | 105 int *child_stack; in threaded() local
|
/aosp_15_r20/external/strace/tests-mx32/ |
H A D | clone_parent.c | 50 # define clone(fn, child_stack, flags, arg) \ argument
|
H A D | clone_ptrace.c | 61 # define clone(fn, child_stack, flags, arg) \ argument
|
/aosp_15_r20/external/strace/tests/ |
H A D | clone_parent.c | 50 # define clone(fn, child_stack, flags, arg) \ argument
|
H A D | clone_ptrace.c | 61 # define clone(fn, child_stack, flags, arg) \ argument
|
/aosp_15_r20/external/strace/tests-m32/ |
H A D | clone_parent.c | 50 # define clone(fn, child_stack, flags, arg) \ argument
|
H A D | clone_ptrace.c | 61 # define clone(fn, child_stack, flags, arg) \ argument
|
/aosp_15_r20/external/compiler-rt/test/asan/TestCases/Linux/ |
H A D | clone_test.cc | 25 char __attribute__((aligned(16))) child_stack[kStackSize + 1]; in main() local
|
H A D | swapcontext_test.cc | 49 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 D | fexit_sleep.c | 24 static char child_stack[STACK_SIZE]; variable
|
H A D | ns_current_pid_tgid.c | 17 static char child_stack[STACK_SIZE]; variable
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/ioctl/ |
H A D | ioctl_ns01.c | 29 static char *child_stack; variable
|
H A D | ioctl_ns05.c | 28 static char *child_stack; variable
|
H A D | ioctl_ns06.c | 29 static char *child_stack; variable
|