Home
last modified time | relevance | path

Searched refs:clone (Results 1 – 14 of 14) sorted by relevance

/bionic/tests/
Dsched_test.cpp30 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()
Dunistd_test.cpp554 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/
Dfork.cpp41 int result = clone(nullptr, nullptr, (CLONE_CHILD_SETTID | CLONE_CHILD_CLEARTID | SIGCHLD), in __clone_for_fork()
Dclone.cpp58 int clone(int (*fn)(void*), void* child_stack, int flags, void* arg, ...) { in clone() function
Dpthread_create.cpp432 int rc = clone(__pthread_start, child_stack, flags, thread, &(thread->tid), tls, &(thread->tid)); in pthread_create()
/bionic/libc/kernel/tools/
Dgenerate_uapi_headers.sh199 git clone ${ANDROID_KERNEL_REPO} -b ${ANDROID_KERNEL_BRANCH} --depth=1
/bionic/libc/
DSECCOMP_ALLOWLIST_COMMON.TXT12 int clone:clone(int (*fn)(void *), void *child_stack, int flags, void *arg, ..) all
Dlibc.map.txt277 clone; # introduced-arm=9 introduced-arm64=21 introduced-x86=17 introduced-x86_64=21
DAndroid.bp1046 "bionic/clone.cpp",
/bionic/libc/kernel/uapi/scsi/
Dcxlflash_ioctl.h124 struct dk_cxlflash_clone clone; member
/bionic/libc/include/
Dsched.h56 int clone(int (*__fn)(void*), void* __child_stack, int __flags, void* __arg, ...) __INTRODUCED_IN_A…
/bionic/libc/kernel/
DREADME.md72 kernel_src> git clone https://android.googlesource.com/kernel/common/ -b android-mainline
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_095.S116 CALL(clone)
/bionic/tools/versioner/platforms/
Dlibc.map.txt277 clone; # introduced-arm=9 introduced-arm64=21 introduced-x86=17 introduced-x86_64=21