Home
last modified time | relevance | path

Searched refs:__cancel (Results 1 – 21 of 21) sorted by relevance

/third_party/musl/porting/linux/user/src/thread/
Dpthread_cancel.c7 hidden long __cancel(), __syscall_cp_asm(), __syscall_cp_c();
9 long __cancel() in __cancel() function
37 r = __cancel(); in __syscall_cp_c()
75 __cancel(); in __testcancel()
104 hidden long __cancel() in __cancel() function
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_cancel.c6 hidden long __cancel(), __syscall_cp_asm(), __syscall_cp_c();
8 long __cancel() in __cancel() function
36 r = __cancel(); in __syscall_cp_c()
62 __cancel(); in __testcancel()
/third_party/musl/src/thread/
Dpthread_cancel.c6 hidden long __cancel(), __syscall_cp_asm(), __syscall_cp_c();
8 long __cancel() in __cancel() function
36 r = __cancel(); in __syscall_cp_c()
74 __cancel(); in __testcancel()
/third_party/musl/src/thread/mips64/
Dsyscall_cp.s14 .hidden __cancel
38 # if cancellation flag is 1 then call __cancel
46 .gpdword __cancel
/third_party/musl/src/thread/mipsn32/
Dsyscall_cp.s14 .hidden __cancel
38 # if cancellation flag is 1 then call __cancel
45 .gpword __cancel
/third_party/musl/src/thread/aarch64/
Dsyscall_cp.s13 .hidden __cancel
32 b __cancel
/third_party/musl/src/thread/microblaze/
Dsyscall_cp.s7 .hidden __cancel
27 bri __cancel
/third_party/musl/src/thread/riscv64/
Dsyscall_cp.s7 .hidden __cancel
29 tail __cancel
/third_party/musl/src/thread/powerpc/
Dsyscall_cp.s7 .hidden __cancel
34 # we must compare the dereferenced value with 0 and jump to __cancel if its not
59 b __cancel
/third_party/musl/src/thread/x32/
Dsyscall_cp.s8 .hidden __cancel
31 jmp __cancel
/third_party/musl/src/thread/x86_64/
Dsyscall_cp.s8 .hidden __cancel
31 jmp __cancel
/third_party/musl/src/thread/m68k/
Dsyscall_cp.s8 .hidden __cancel
25 move.l __cancel-.-8,%a1
/third_party/musl/src/thread/s390x/
Dsyscall_cp.s7 .hidden __cancel
34 jg __cancel
/third_party/musl/src/thread/or1k/
Dsyscall_cp.s7 .hidden __cancel
28 l.j __cancel
/third_party/musl/src/thread/arm/
Dsyscall_cp.s8 .hidden __cancel
29 b __cancel
/third_party/musl/src/thread/powerpc64/
Dsyscall_cp.s7 .hidden __cancel
44 b __cancel
/third_party/musl/porting/linux/user/src/thread/arm/
Dsyscall_cp.s8 .hidden __cancel
36 b __cancel
/third_party/musl/src/thread/i386/
Dsyscall_cp.s8 .hidden __cancel
41 jmp __cancel
/third_party/musl/src/thread/mips/
Dsyscall_cp.s12 .hidden __cancel
47 .gpword __cancel
/third_party/musl/src/thread/sh/
Dsyscall_cp.s8 .hidden __cancel
45 2: .long __cancel@PCREL-(1b-.)
/third_party/python/Tools/pynche/
DPyncheWidget.py115 command=self.__cancel)
129 def __cancel(self, event=None): member in PyncheWidget