Searched refs:__cp_cancel (Results 1 - 15 of 15) sorted by relevance

/seL4-camkes-master/projects/musllibc/src/thread/aarch64/
H A Dsyscall_cp.s11 .global __cp_cancel
12 .hidden __cp_cancel
20 cbnz w0,__cp_cancel
31 __cp_cancel: label
/seL4-camkes-master/projects/musllibc/src/thread/powerpc64/
H A Dsyscall_cp.s5 .global __cp_cancel
6 .hidden __cp_cancel
15 # if (self->cancel) goto __cp_cancel
18 bne- cr7, __cp_cancel
36 __cp_cancel: label
/seL4-camkes-master/projects/musllibc/src/thread/arm/
H A Dsyscall_cp.s6 .global __cp_cancel
7 .hidden __cp_cancel
18 blne __cp_cancel
27 __cp_cancel: label
/seL4-camkes-master/projects/musllibc/src/thread/microblaze/
H A Dsyscall_cp.s5 .global __cp_cancel
6 .hidden __cp_cancel
14 bnei r5, __cp_cancel
26 __cp_cancel: label
/seL4-camkes-master/projects/musllibc/src/thread/or1k/
H A Dsyscall_cp.s5 .global __cp_cancel
6 .hidden __cp_cancel
15 l.bnf __cp_cancel
27 __cp_cancel: label
/seL4-camkes-master/projects/musllibc/src/thread/s390x/
H A Dsyscall_cp.s5 .global __cp_cancel
6 .hidden __cp_cancel
15 jne __cp_cancel
31 __cp_cancel: label
/seL4-camkes-master/projects/musllibc/src/thread/x32/
H A Dsyscall_cp.s6 .global __cp_cancel
7 .hidden __cp_cancel
17 jnz __cp_cancel
30 __cp_cancel: label
/seL4-camkes-master/projects/musllibc/src/thread/x86_64/
H A Dsyscall_cp.s6 .global __cp_cancel
7 .hidden __cp_cancel
17 jnz __cp_cancel
30 __cp_cancel: label
/seL4-camkes-master/projects/musllibc/src/thread/mips/
H A Dsyscall_cp.s9 .global __cp_cancel
10 .hidden __cp_cancel
11 .type __cp_cancel,@function
20 bne $4, $0, __cp_cancel
42 __cp_cancel: label
/seL4-camkes-master/projects/musllibc/src/thread/mips64/
H A Dsyscall_cp.s8 .global __cp_cancel
9 .hidden __cp_cancel
10 .type __cp_cancel,@function
21 bne $4, $0, __cp_cancel
39 __cp_cancel: label
/seL4-camkes-master/projects/musllibc/src/thread/mipsn32/
H A Dsyscall_cp.s8 .global __cp_cancel
9 .hidden __cp_cancel
10 .type __cp_cancel,@function
21 bne $4, $0, __cp_cancel
39 __cp_cancel: label
/seL4-camkes-master/projects/musllibc/src/thread/i386/
H A Dsyscall_cp.s6 .global __cp_cancel
7 .hidden __cp_cancel
21 jnz __cp_cancel
36 __cp_cancel: label
/seL4-camkes-master/projects/musllibc/src/thread/sh/
H A Dsyscall_cp.s6 .global __cp_cancel
7 .hidden __cp_cancel
17 bf __cp_cancel
38 __cp_cancel: label
/seL4-camkes-master/projects/musllibc/src/thread/powerpc/
H A Dsyscall_cp.s5 .global __cp_cancel
6 .hidden __cp_cancel
41 b __cp_cancel #else call cancel
58 __cp_cancel: label
/seL4-camkes-master/projects/musllibc/src/thread/
H A Dpthread_cancel.c49 extern const char __cp_begin[1], __cp_end[1], __cp_cancel[1];
63 uc->uc_mcontext.MC_PC = (uintptr_t)__cp_cancel;

Completed in 38 milliseconds