/third_party/musl/src/thread/aarch64/ |
D | clone.s | 7 .global __clone symbol 8 .hidden __clone 9 .type __clone,%function 10 __clone: label
|
/third_party/musl/src/thread/x32/ |
D | clone.s | 2 .global __clone symbol 3 .hidden __clone 4 .type __clone,@function 5 __clone: label
|
/third_party/musl/src/thread/x86_64/ |
D | clone.s | 2 .global __clone symbol 3 .hidden __clone 4 .type __clone,@function 5 __clone: label
|
/third_party/musl/src/thread/or1k/ |
D | clone.s | 5 .global __clone symbol 6 .hidden __clone 7 .type __clone,@function 8 __clone: label
|
/third_party/musl/src/thread/m68k/ |
D | clone.s | 2 .global __clone symbol 3 .hidden __clone 4 .type __clone,@function 5 __clone: label
|
/third_party/musl/src/thread/microblaze/ |
D | clone.s | 1 .global __clone symbol 2 .hidden __clone 3 .type __clone,@function 9 __clone: label
|
/third_party/musl/src/thread/mips/ |
D | clone.s | 2 .global __clone symbol 3 .hidden __clone 4 .type __clone,@function 5 __clone: label
|
/third_party/musl/porting/linux/user/src/thread/arm/ |
D | clone.s | 3 .global __clone symbol 4 .hidden __clone 5 .type __clone,%function 7 __clone: label
|
/third_party/musl/src/thread/arm/ |
D | clone.s | 3 .global __clone symbol 4 .hidden __clone 5 .type __clone,%function 9 __clone: label
|
/third_party/musl/src/thread/riscv64/ |
D | clone.s | 1 # __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/ |
D | clone.s | 2 .global __clone symbol 3 .hidden __clone 4 .type __clone,@function 5 __clone: label
|
/third_party/musl/src/thread/mipsn32/ |
D | clone.s | 2 .global __clone symbol 3 .hidden __clone 4 .type __clone,@function 5 __clone: label
|
/third_party/musl/src/thread/i386/ |
D | clone.s | 2 .global __clone symbol 3 .hidden __clone 4 .type __clone,@function 5 __clone: label
|
/third_party/musl/src/thread/powerpc64/ |
D | clone.s | 2 .global __clone symbol 3 .hidden __clone 4 .type __clone, %function 5 __clone: label
|
/third_party/musl/src/thread/powerpc/ |
D | clone.s | 2 .global __clone symbol 3 .hidden __clone 4 .type __clone, %function 5 __clone: label
|
/third_party/musl/src/thread/sh/ |
D | clone.s | 2 .global __clone symbol 3 .hidden __clone 4 .type __clone, @function 5 __clone: label
|
/third_party/musl/src/thread/s390x/ |
D | clone.s | 2 .global __clone symbol 3 .hidden __clone 4 .type __clone, %function 5 __clone: label
|
/third_party/rust/crates/cxx/src/ |
D | weak_ptr.rs | 69 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) }
|
D | shared_ptr.rs | 98 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/ |
D | clone.c | 4 int __clone(int (*func)(void *), void *stack, int flags, void *arg, ...) in __clone() function
|
/third_party/musl/src/linux/ |
D | clone.c | 20 return __syscall_ret(__clone(func, stack, flags, arg, ptid, tls, ctid)); in clone()
|
/third_party/musl/src/unistd/ |
D | faccessat.c | 50 pid = __clone(checker, stack+sizeof stack, 0, &c); in faccessat()
|
/third_party/musl/src/linux/liteos_a/ |
D | clone.c | 90 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/ |
D | clone.c | 75 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/ |
D | clone.c | 88 ret = __syscall_ret(__clone(clone_func, stack, flags, (void *)clone_args, ptid, tls, ctid)); in clone()
|