/third_party/musl/porting/linux/user/src/thread/ |
D | pthread_cancel.c | 7 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/ |
D | pthread_cancel.c | 6 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/ |
D | pthread_cancel.c | 6 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/ |
D | syscall_cp.s | 14 .hidden __cancel 38 # if cancellation flag is 1 then call __cancel 46 .gpdword __cancel
|
/third_party/musl/src/thread/mipsn32/ |
D | syscall_cp.s | 14 .hidden __cancel 38 # if cancellation flag is 1 then call __cancel 45 .gpword __cancel
|
/third_party/musl/src/thread/aarch64/ |
D | syscall_cp.s | 13 .hidden __cancel 32 b __cancel
|
/third_party/musl/src/thread/microblaze/ |
D | syscall_cp.s | 7 .hidden __cancel 27 bri __cancel
|
/third_party/musl/src/thread/riscv64/ |
D | syscall_cp.s | 7 .hidden __cancel 29 tail __cancel
|
/third_party/musl/src/thread/powerpc/ |
D | syscall_cp.s | 7 .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/ |
D | syscall_cp.s | 8 .hidden __cancel 31 jmp __cancel
|
/third_party/musl/src/thread/x86_64/ |
D | syscall_cp.s | 8 .hidden __cancel 31 jmp __cancel
|
/third_party/musl/src/thread/m68k/ |
D | syscall_cp.s | 8 .hidden __cancel 25 move.l __cancel-.-8,%a1
|
/third_party/musl/src/thread/s390x/ |
D | syscall_cp.s | 7 .hidden __cancel 34 jg __cancel
|
/third_party/musl/src/thread/or1k/ |
D | syscall_cp.s | 7 .hidden __cancel 28 l.j __cancel
|
/third_party/musl/src/thread/arm/ |
D | syscall_cp.s | 8 .hidden __cancel 29 b __cancel
|
/third_party/musl/src/thread/powerpc64/ |
D | syscall_cp.s | 7 .hidden __cancel 44 b __cancel
|
/third_party/musl/porting/linux/user/src/thread/arm/ |
D | syscall_cp.s | 8 .hidden __cancel 36 b __cancel
|
/third_party/musl/src/thread/i386/ |
D | syscall_cp.s | 8 .hidden __cancel 41 jmp __cancel
|
/third_party/musl/src/thread/mips/ |
D | syscall_cp.s | 12 .hidden __cancel 47 .gpword __cancel
|
/third_party/musl/src/thread/sh/ |
D | syscall_cp.s | 8 .hidden __cancel 45 2: .long __cancel@PCREL-(1b-.)
|
/third_party/python/Tools/pynche/ |
D | PyncheWidget.py | 115 command=self.__cancel) 129 def __cancel(self, event=None): member in PyncheWidget
|