/third_party/musl/src/thread/s390x/ |
D | __unmapself.s | 2 .global __unmapself symbol 3 .type __unmapself, @function 4 __unmapself: label
|
/third_party/musl/src/thread/aarch64/ |
D | __unmapself.s | 1 .global __unmapself symbol 2 .type __unmapself,%function 3 __unmapself: label
|
/third_party/musl/src/thread/mipsn32/ |
D | __unmapself.s | 2 .global __unmapself symbol 3 .type __unmapself,@function 4 __unmapself: label
|
/third_party/musl/src/thread/mips64/ |
D | __unmapself.s | 2 .global __unmapself symbol 3 .type __unmapself, @function 4 __unmapself: label
|
/third_party/musl/src/thread/powerpc/ |
D | __unmapself.s | 2 .global __unmapself symbol 3 .type __unmapself,%function 4 __unmapself: label
|
/third_party/musl/src/thread/riscv64/ |
D | __unmapself.s | 1 .global __unmapself symbol 2 .type __unmapself, %function 3 __unmapself: label
|
/third_party/musl/src/thread/powerpc64/ |
D | __unmapself.s | 2 .global __unmapself symbol 3 .type __unmapself,%function 4 __unmapself: label
|
/third_party/musl/src/thread/arm/ |
D | __unmapself.s | 3 .global __unmapself symbol 4 .type __unmapself,%function 5 __unmapself: label
|
/third_party/musl/src/thread/mips/ |
D | __unmapself.s | 2 .global __unmapself symbol 3 .type __unmapself,@function 4 __unmapself: label
|
/third_party/musl/src/thread/x86_64/ |
D | __unmapself.s | 3 .global __unmapself symbol 4 .type __unmapself,@function 5 __unmapself: label
|
/third_party/musl/src/thread/x32/ |
D | __unmapself.s | 3 .global __unmapself symbol 4 .type __unmapself,@function 5 __unmapself: label
|
/third_party/musl/src/thread/microblaze/ |
D | __unmapself.s | 1 .global __unmapself symbol 2 .type __unmapself,@function 3 __unmapself: label
|
/third_party/musl/src/thread/i386/ |
D | __unmapself.s | 2 .global __unmapself symbol 3 .type __unmapself,@function 4 __unmapself: label
|
/third_party/musl/src/thread/or1k/ |
D | __unmapself.s | 1 .global __unmapself symbol 2 .type __unmapself,@function 3 __unmapself: label
|
/third_party/musl/src/thread/sh/ |
D | __unmapself.c | 7 #define __unmapself __unmapself_sh_nommu macro 14 #undef __unmapself 20 void __unmapself(void *base, size_t size) in __unmapself() function
|
/third_party/musl/src/thread/ |
D | __unmapself.c | 17 void __unmapself(void *base, size_t size) in __unmapself() function
|
/third_party/musl/porting/liteos_m/kernel/src/internal/ |
D | pthread_impl.h | 103 hidden void __unmapself(void *, size_t);
|
/third_party/musl/porting/uniproton/kernel/src/internal/ |
D | pthread_impl.h | 103 hidden void __unmapself(void *, size_t);
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
D | pthread_impl.h | 105 hidden void __unmapself(void *, size_t);
|
/third_party/musl/porting/liteos_m/user/src/internal/ |
D | pthread_impl.h | 151 hidden void __unmapself(void *, size_t);
|
/third_party/musl/src/internal/ |
D | pthread_impl.h | 163 hidden void __unmapself(void *, size_t);
|
/third_party/musl/porting/liteos_a/user/src/internal/ |
D | pthread_impl.h | 165 hidden void __unmapself(void *, size_t);
|
/third_party/musl/porting/linux/user/src/internal/ |
D | pthread_impl.h | 205 hidden void __unmapself(void *, size_t);
|
/third_party/musl/ |
D | musl_src.gni | 30 "src/thread/arm/__unmapself.s", 141 "src/thread/aarch64/__unmapself.s", 162 "src/thread/mips/__unmapself.s", 189 "src/thread/riscv64/__unmapself.s", 239 "src/thread/x86_64/__unmapself.s", 1371 "src/thread/__unmapself.c", 1639 "src/thread/__unmapself.c", 1683 "src/thread/__unmapself.c", 1733 "src/thread/__unmapself.c", 1750 "src/thread/__unmapself.c", [all …]
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
D | pthread_create.c | 141 __unmapself(self->map_base, self->map_size); in __pthread_exit()
|