Home
last modified time | relevance | path

Searched refs:__clone (Results 1 – 25 of 40) sorted by relevance

12

/third_party/musl/src/thread/aarch64/
Dclone.s7 .global __clone symbol
8 .hidden __clone
9 .type __clone,%function
10 __clone: label
/third_party/musl/src/thread/x32/
Dclone.s2 .global __clone symbol
3 .hidden __clone
4 .type __clone,@function
5 __clone: label
/third_party/musl/src/thread/x86_64/
Dclone.s2 .global __clone symbol
3 .hidden __clone
4 .type __clone,@function
5 __clone: label
/third_party/musl/src/thread/or1k/
Dclone.s5 .global __clone symbol
6 .hidden __clone
7 .type __clone,@function
8 __clone: label
/third_party/musl/src/thread/m68k/
Dclone.s2 .global __clone symbol
3 .hidden __clone
4 .type __clone,@function
5 __clone: label
/third_party/musl/src/thread/microblaze/
Dclone.s1 .global __clone symbol
2 .hidden __clone
3 .type __clone,@function
9 __clone: label
/third_party/musl/src/thread/mips/
Dclone.s2 .global __clone symbol
3 .hidden __clone
4 .type __clone,@function
5 __clone: label
/third_party/musl/porting/linux/user/src/thread/arm/
Dclone.s3 .global __clone symbol
4 .hidden __clone
5 .type __clone,%function
7 __clone: label
/third_party/musl/src/thread/arm/
Dclone.s3 .global __clone symbol
4 .hidden __clone
5 .type __clone,%function
9 __clone: label
/third_party/musl/src/thread/riscv64/
Dclone.s1 # __clone(func, stack, flags, arg, ptid, tls, ctid)
7 .global __clone symbol
8 .type __clone, %function
9 __clone: label
/third_party/musl/src/thread/mips64/
Dclone.s2 .global __clone symbol
3 .hidden __clone
4 .type __clone,@function
5 __clone: label
/third_party/musl/src/thread/mipsn32/
Dclone.s2 .global __clone symbol
3 .hidden __clone
4 .type __clone,@function
5 __clone: label
/third_party/musl/src/thread/i386/
Dclone.s2 .global __clone symbol
3 .hidden __clone
4 .type __clone,@function
5 __clone: label
/third_party/musl/src/thread/powerpc64/
Dclone.s2 .global __clone symbol
3 .hidden __clone
4 .type __clone, %function
5 __clone: label
/third_party/musl/src/thread/powerpc/
Dclone.s2 .global __clone symbol
3 .hidden __clone
4 .type __clone, %function
5 __clone: label
/third_party/musl/src/thread/sh/
Dclone.s2 .global __clone symbol
3 .hidden __clone
4 .type __clone, @function
5 __clone: label
/third_party/musl/src/thread/s390x/
Dclone.s2 .global __clone symbol
3 .hidden __clone
4 .type __clone, %function
5 __clone: label
/third_party/rust/crates/cxx/src/
Dweak_ptr.rs69 T::__clone(this, new); in clone()
105 unsafe fn __clone(this: *const c_void, new: *mut c_void); in __clone() method
129 unsafe fn __clone(this: *const c_void, new: *mut c_void) {
133 fn __clone(this: *const c_void, new: *mut c_void);
136 unsafe { __clone(this, new) }
Dshared_ptr.rs98 T::__clone(this, new); in clone()
201 unsafe fn __clone(this: *const c_void, new: *mut c_void); in __clone() method
232 unsafe fn __clone(this: *const c_void, new: *mut c_void) {
236 fn __clone(this: *const c_void, new: *mut c_void);
239 unsafe { __clone(this, new) }
/third_party/musl/src/thread/
Dclone.c4 int __clone(int (*func)(void *), void *stack, int flags, void *arg, ...) in __clone() function
/third_party/musl/src/linux/
Dclone.c20 return __syscall_ret(__clone(func, stack, flags, arg, ptid, tls, ctid)); in clone()
/third_party/musl/src/unistd/
Dfaccessat.c50 pid = __clone(checker, stack+sizeof stack, 0, &c); in faccessat()
/third_party/musl/src/linux/liteos_a/
Dclone.c90 ret = __syscall_ret(__clone(clone_func, clone_stack, flags, (void *)clone_args, ptid, tls, ctid)); in clone()
/third_party/musl/porting/liteos_a/user/src/linux/
Dclone.c75 ret = __syscall_ret(__clone(clone_func, clone_stack, flags, (void *)clone_args, ptid, tls, ctid)); in clone()
/third_party/musl/porting/linux/user/src/linux/
Dclone.c88 ret = __syscall_ret(__clone(clone_func, stack, flags, (void *)clone_args, ptid, tls, ctid)); in clone()

12