Searched refs:clone (Results 1 – 14 of 14) sorted by relevance
/bionic/tests/ |
D | sched_test.cpp | 30 TEST(sched, clone) { in TEST() argument 34 pid_t tid = clone(child_fn, &child_stack[1024], CLONE_VM, &i); in TEST() 48 TEST(sched, clone) { in TEST() argument 59 ASSERT_EQ(-1, clone(child_fn, &fake_child_stack[16], CLONE_THREAD, nullptr)); in TEST() 66 ASSERT_EQ(-1, clone(child_fn, nullptr, CLONE_VM, &i)); in TEST()
|
D | unistd_test.cpp | 554 return clone(nullptr, nullptr, SIGCHLD, nullptr); in CloneLikeFork() 569 …int rv = clone(nullptr, nullptr, CLONE_CHILD_SETTID | SIGCHLD, nullptr, nullptr, nullptr, &child_t… in CloneAndSetTid() 591 return clone(start_routine, untag_address(&child_stack[1024]), SIGCHLD, nullptr); in CloneStartRoutine()
|
/bionic/libc/bionic/ |
D | fork.cpp | 41 int result = clone(nullptr, nullptr, (CLONE_CHILD_SETTID | CLONE_CHILD_CLEARTID | SIGCHLD), in __clone_for_fork()
|
D | clone.cpp | 58 int clone(int (*fn)(void*), void* child_stack, int flags, void* arg, ...) { in clone() function
|
D | pthread_create.cpp | 432 int rc = clone(__pthread_start, child_stack, flags, thread, &(thread->tid), tls, &(thread->tid)); in pthread_create()
|
/bionic/libc/kernel/tools/ |
D | generate_uapi_headers.sh | 199 git clone ${ANDROID_KERNEL_REPO} -b ${ANDROID_KERNEL_BRANCH} --depth=1
|
/bionic/libc/ |
D | SECCOMP_ALLOWLIST_COMMON.TXT | 12 int clone:clone(int (*fn)(void *), void *child_stack, int flags, void *arg, ..) all
|
D | libc.map.txt | 277 clone; # introduced-arm=9 introduced-arm64=21 introduced-x86=17 introduced-x86_64=21
|
D | Android.bp | 1046 "bionic/clone.cpp",
|
/bionic/libc/kernel/uapi/scsi/ |
D | cxlflash_ioctl.h | 124 struct dk_cxlflash_clone clone; member
|
/bionic/libc/include/ |
D | sched.h | 56 int clone(int (*__fn)(void*), void* __child_stack, int __flags, void* __arg, ...) __INTRODUCED_IN_A…
|
/bionic/libc/kernel/ |
D | README.md | 72 kernel_src> git clone https://android.googlesource.com/kernel/common/ -b android-mainline
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_095.S | 116 CALL(clone)
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 277 clone; # introduced-arm=9 introduced-arm64=21 introduced-x86=17 introduced-x86_64=21
|