Home
last modified time | relevance | path

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

12

/external/musl/src/thread/aarch64/
Dclone.s7 .global __clone symbol
8 .hidden __clone
9 .type __clone,%function
10 __clone: label
/external/musl/src/thread/x32/
Dclone.s2 .global __clone symbol
3 .hidden __clone
4 .type __clone,@function
5 __clone: label
/external/musl/src/thread/x86_64/
Dclone.s2 .global __clone symbol
3 .hidden __clone
4 .type __clone,@function
5 __clone: label
/external/libcxx/include/
D__functional_0332 virtual __base* __clone() const = 0;
33 virtual void __clone(__base*) const = 0;
51 virtual __base* __clone() const = 0;
52 virtual void __clone(__base*) const = 0;
70 virtual __base* __clone() const = 0;
71 virtual void __clone(__base*) const = 0;
89 virtual __base* __clone() const = 0;
90 virtual void __clone(__base*) const = 0;
110 virtual __base<_Rp()>* __clone() const;
111 virtual void __clone(__base<_Rp()>*) const;
[all …]
Dfunctional1532 __alloc_func* __clone() const
1561 virtual __base* __clone() const = 0;
1562 virtual void __clone(__base*) const = 0;
1598 virtual __base<_Rp(_ArgTypes...)>* __clone() const;
1599 virtual void __clone(__base<_Rp(_ArgTypes...)>*) const;
1611 __func<_Fp, _Alloc, _Rp(_ArgTypes...)>::__clone() const
1624 __func<_Fp, _Alloc, _Rp(_ArgTypes...)>::__clone(__base<_Rp(_ArgTypes...)>* __p) const
1731 __f.__f_->__clone(__f_);
1734 __f_ = __f.__f_->__clone();
1745 __f.__f_->__clone(__f_);
[all …]
/external/musl/src/thread/arm/
Dclone.s3 .global __clone symbol
4 .hidden __clone
5 .type __clone,%function
6 __clone: label
/external/musl/src/thread/m68k/
Dclone.s2 .global __clone symbol
3 .hidden __clone
4 .type __clone,@function
5 __clone: label
/external/musl/src/thread/microblaze/
Dclone.s1 .global __clone symbol
2 .hidden __clone
3 .type __clone,@function
9 __clone: label
/external/musl/src/thread/or1k/
Dclone.s5 .global __clone symbol
6 .hidden __clone
7 .type __clone,@function
8 __clone: label
/external/musl/src/thread/mips/
Dclone.s2 .global __clone symbol
3 .hidden __clone
4 .type __clone,@function
5 __clone: label
/external/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
/external/musl/src/thread/mips64/
Dclone.s2 .global __clone symbol
3 .hidden __clone
4 .type __clone,@function
5 __clone: label
/external/musl/src/thread/mipsn32/
Dclone.s2 .global __clone symbol
3 .hidden __clone
4 .type __clone,@function
5 __clone: label
/external/musl/src/thread/i386/
Dclone.s2 .global __clone symbol
3 .hidden __clone
4 .type __clone,@function
5 __clone: label
/external/musl/src/thread/powerpc64/
Dclone.s2 .global __clone symbol
3 .hidden __clone
4 .type __clone, %function
5 __clone: label
/external/musl/src/thread/powerpc/
Dclone.s2 .global __clone symbol
3 .hidden __clone
4 .type __clone, %function
5 __clone: label
/external/musl/src/thread/s390x/
Dclone.s2 .global __clone symbol
3 .hidden __clone
4 .type __clone, %function
5 __clone: label
/external/musl/src/thread/sh/
Dclone.s2 .global __clone symbol
3 .hidden __clone
4 .type __clone, @function
5 __clone: label
/external/cronet/buildtools/third_party/libc++/trunk/include/__functional/
Dfunction.h193 __alloc_func* __clone() const
239 __default_alloc_func* __clone() const {
269 virtual __base* __clone() const = 0;
270 virtual void __clone(__base*) const = 0;
306 _LIBCPP_HIDE_FROM_ABI_VIRTUAL virtual __base<_Rp(_ArgTypes...)>* __clone() const;
307 _LIBCPP_HIDE_FROM_ABI_VIRTUAL virtual void __clone(__base<_Rp(_ArgTypes...)>*) const;
319 __func<_Fp, _Alloc, _Rp(_ArgTypes...)>::__clone() const
332 __func<_Fp, _Alloc, _Rp(_ArgTypes...)>::__clone(__base<_Rp(_ArgTypes...)>* __p) const
445 __f.__f_->__clone(__f_);
448 __f_ = __f.__f_->__clone();
[all …]
/external/rust/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) }
/external/bcc/tools/
Ddeadlock_example.txt55 @ 00007fd44909746d __clone
67 @ 00007fd44909746d __clone
79 @ 00007fd44909746d __clone
91 @ 00007fd44909746d __clone
103 @ 00007fd44909746d __clone
115 @ 00007fd44909746d __clone
127 @ 00007fd44909746d __clone
139 @ 00007fd44909746d __clone
142 @ 00007fd449097431 __clone
151 @ 00007fd449097431 __clone
[all …]
/external/musl/src/thread/
Dclone.c4 int __clone(int (*func)(void *), void *stack, int flags, void *arg, ...) in __clone() function
/external/musl/src/linux/
Dclone.c20 return __syscall_ret(__clone(func, stack, flags, arg, ptid, tls, ctid)); in clone()
/external/musl/src/unistd/
Dfaccessat.c50 pid = __clone(checker, stack+sizeof stack, 0, &c); in faccessat()

12