/third_party/musl/src/thread/powerpc64/ |
D | syscall_cp.s | 5 .global __cp_cancel symbol 6 .hidden __cp_cancel 15 # if (self->cancel) goto __cp_cancel 18 bne- cr7, __cp_cancel 36 __cp_cancel: label
|
/third_party/musl/src/thread/mips/ |
D | syscall_cp.s | 9 .global __cp_cancel symbol 10 .hidden __cp_cancel 11 .type __cp_cancel,@function 20 bne $4, $0, __cp_cancel 42 __cp_cancel: label
|
/third_party/musl/src/thread/mips64/ |
D | syscall_cp.s | 8 .global __cp_cancel symbol 9 .hidden __cp_cancel 10 .type __cp_cancel,@function 21 bne $4, $0, __cp_cancel 39 __cp_cancel: label
|
/third_party/musl/src/thread/mipsn32/ |
D | syscall_cp.s | 8 .global __cp_cancel symbol 9 .hidden __cp_cancel 10 .type __cp_cancel,@function 21 bne $4, $0, __cp_cancel 39 __cp_cancel: label
|
/third_party/musl/src/thread/aarch64/ |
D | syscall_cp.s | 11 .global __cp_cancel symbol 12 .hidden __cp_cancel 20 cbnz w0,__cp_cancel 31 __cp_cancel: label
|
/third_party/musl/src/thread/microblaze/ |
D | syscall_cp.s | 5 .global __cp_cancel symbol 6 .hidden __cp_cancel 14 bnei r5, __cp_cancel 26 __cp_cancel: label
|
/third_party/musl/src/thread/s390x/ |
D | syscall_cp.s | 5 .global __cp_cancel symbol 6 .hidden __cp_cancel 15 jne __cp_cancel 31 __cp_cancel: label
|
/third_party/musl/src/thread/riscv64/ |
D | syscall_cp.s | 5 .global __cp_cancel symbol 6 .hidden __cp_cancel 14 bnez t0, __cp_cancel 28 __cp_cancel: label
|
/third_party/musl/src/thread/x32/ |
D | syscall_cp.s | 6 .global __cp_cancel symbol 7 .hidden __cp_cancel 17 jnz __cp_cancel 30 __cp_cancel: label
|
/third_party/musl/src/thread/x86_64/ |
D | syscall_cp.s | 6 .global __cp_cancel symbol 7 .hidden __cp_cancel 17 jnz __cp_cancel 30 __cp_cancel: label
|
/third_party/musl/src/thread/m68k/ |
D | syscall_cp.s | 6 .global __cp_cancel symbol 7 .hidden __cp_cancel 17 bne __cp_cancel 23 __cp_cancel: label
|
/third_party/musl/src/thread/or1k/ |
D | syscall_cp.s | 5 .global __cp_cancel symbol 6 .hidden __cp_cancel 15 l.bnf __cp_cancel 27 __cp_cancel: label
|
/third_party/musl/src/thread/arm/ |
D | syscall_cp.s | 6 .global __cp_cancel symbol 7 .hidden __cp_cancel 18 bne __cp_cancel 27 __cp_cancel: label
|
/third_party/musl/porting/linux/user/src/thread/arm/ |
D | syscall_cp.s | 6 .global __cp_cancel symbol 7 .hidden __cp_cancel 23 bne __cp_cancel 33 __cp_cancel: label
|
/third_party/musl/src/thread/i386/ |
D | syscall_cp.s | 6 .global __cp_cancel symbol 7 .hidden __cp_cancel 21 jnz __cp_cancel 36 __cp_cancel: label
|
/third_party/musl/src/thread/sh/ |
D | syscall_cp.s | 6 .global __cp_cancel symbol 7 .hidden __cp_cancel 17 bf __cp_cancel 38 __cp_cancel: label
|
/third_party/musl/src/thread/powerpc/ |
D | syscall_cp.s | 5 .global __cp_cancel symbol 6 .hidden __cp_cancel 41 b __cp_cancel #else call cancel 58 __cp_cancel: label
|
/third_party/musl/src/thread/ |
D | pthread_cancel.c | 46 extern hidden const char __cp_begin[1], __cp_end[1], __cp_cancel[1]; 60 uc->uc_mcontext.MC_PC = (uintptr_t)__cp_cancel; in cancel_handler()
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
D | pthread_cancel.c | 46 extern hidden const char __cp_begin[1], __cp_end[1], __cp_cancel[1];
|