/libpthread/linuxthreads/sysdeps/arm/ |
A D | pt-machine.h | 36 unsigned int ret, tmp, val = 1; in testandset() local 43 : "=&r" (ret), "=&r" (tmp) in testandset() 46 return ret; in testandset() 59 register unsigned int ret; in testandset() local 70 : "=r"(ret), "=r"(pc) in testandset() 72 return ret; in testandset() 80 register unsigned int ret; in testandset() local 82 : "=r"(ret) in testandset() 84 return ret; in testandset()
|
/libpthread/linuxthreads/sysdeps/i386/ |
A D | pt-machine.h | 48 long int ret; in testandset() local 52 : "=r" (ret), "=m" (*spinlock) in testandset() 56 return ret; in testandset() 65 char ret; in __compare_and_swap() local 69 : "=q" (ret), "=m" (*p), "=a" (readval) in __compare_and_swap() 72 return ret; in __compare_and_swap() 91 long int ret; in testandset() local 95 : "=r"(ret), "=m"(*spinlock) in testandset() 99 return ret; in testandset() 113 char ret; in __compare_and_swap() local [all …]
|
/libpthread/linuxthreads/sysdeps/m68k/ |
A D | pt-machine.h | 34 char ret; in testandset() local 42 : "=&dm"(ret), "=m"(*spinlock) in testandset() 46 return ret; in testandset() 63 char ret; in __compare_and_swap() local 67 : "=dm" (ret), "=m" (*p), "=d" (readval) in __compare_and_swap() 70 return ret; in __compare_and_swap()
|
/libpthread/linuxthreads/sysdeps/x86_64/ |
A D | pt-machine.h | 48 long int ret; in testandset() local 52 : "=r"(ret), "=m"(*__spinlock) in testandset() 56 return ret; in testandset() 66 char ret; in __compare_and_swap() local 70 : "=q" (ret), "=m" (*__p), "=a" (readval) in __compare_and_swap() 73 return ret; in __compare_and_swap()
|
/libpthread/linuxthreads/sysdeps/nios2/ |
A D | pt-machine.h | 34 long int ret=-2; in testandset() local 44 : "=&r"(scratch), "=r"(ret) in testandset() 45 : "1"(ret), "r"(1), "r"(spinlock) in testandset() 48 return ret; in testandset()
|
/libpthread/linuxthreads/sysdeps/powerpc/ |
A D | pt-machine.h | 61 int ret; in __compare_and_swap() local 70 : "=&r"(ret) in __compare_and_swap() 78 return ret == 0; in __compare_and_swap() 85 int ret; in __compare_and_swap_with_release_semantics() local 95 : "=&r"(ret) in __compare_and_swap_with_release_semantics() 98 return ret == 0; in __compare_and_swap_with_release_semantics()
|
/libpthread/linuxthreads/sysdeps/cris/ |
A D | pt-machine.h | 31 register unsigned long int ret; in testandset() local 44 : "=&r" (ret), "=m" (*spinlock) in testandset() 55 : "=&r" (ret), "=m" (*spinlock) in testandset() 59 return ret; in testandset()
|
/libpthread/nptl/ |
A D | pthread_getattr_np.c | 39 int ret = 0; in pthread_getattr_np() local 78 ret = errno; in pthread_getattr_np() 83 ret = errno; in pthread_getattr_np() 91 ret = ENOENT; in pthread_getattr_np() 119 ret = 0; in pthread_getattr_np() 134 if (ret == 0) in pthread_getattr_np() 146 ret = ENOMEM; in pthread_getattr_np() 156 if (ret == 0) in pthread_getattr_np() 164 if (ret == ENOSYS) in pthread_getattr_np() 167 ret = 0; in pthread_getattr_np() [all …]
|
A D | sem_unlink.c | 62 int ret = unlink (fname); in sem_unlink() local 63 if (ret < 0 && errno == EPERM) in sem_unlink() 65 return ret; in sem_unlink()
|
A D | pthread_mutex_init.c | 66 int ret = INTERNAL_SYSCALL (futex_time64, err, 4, &lock, FUTEX_UNLOCK_PI, in __pthread_mutex_init() local 69 int ret = INTERNAL_SYSCALL (futex, err, 4, &lock, FUTEX_UNLOCK_PI, in __pthread_mutex_init() local 72 assert (INTERNAL_SYSCALL_ERROR_P (ret, err)); in __pthread_mutex_init() 73 tpi_supported = INTERNAL_SYSCALL_ERRNO (ret, err) == ENOSYS ? -1 : 1; in __pthread_mutex_init()
|
A D | pthread_mutex_setprioceiling.c | 99 int ret = __pthread_tpp_change_priority (oldprio, prioceiling); local 100 if (ret) 101 return ret;
|
/libpthread/linuxthreads/sysdeps/alpha/ |
A D | pt-machine.h | 53 long int ret, temp; in testandset() local 65 : "=&r"(ret), "=&r"(temp), "=m"(*spinlock) in testandset() 69 return ret; in testandset() 100 long int ret; in __compare_and_swap() local 113 : "=&r"(ret), "=m"(*p) in __compare_and_swap() 117 return ret; in __compare_and_swap()
|
/libpthread/linuxthreads/sysdeps/h8300/ |
A D | pt-machine.h | 34 char ret; in testandset() local 44 :"=r"(ret),"=m"(*spinlock) in testandset() 48 return ret; in testandset()
|
/libpthread/linuxthreads/sysdeps/or1k/ |
A D | pt-machine.h | 49 unsigned long ret; in stack_pointer() local 50 __asm__ __volatile__ ("l.ori %0, r1, 0" : "=r" (ret)); in stack_pointer() 51 return (char *)ret; in stack_pointer()
|
/libpthread/linuxthreads/sysdeps/hppa/ |
A D | pt-machine.h | 47 int ret; in testandset() local 51 : "=r"(ret), "=m"(*spinlock) in testandset() 54 return ret == 0; in testandset()
|
/libpthread/linuxthreads/sysdeps/c6x/ |
A D | pt-machine.h | 34 register unsigned int ret = 1; in testandset() local 41 ret = 0; in testandset() 45 return ret; in testandset()
|
/libpthread/linuxthreads/sysdeps/riscv32/ |
A D | pt-machine.h | 17 long int ret, temp; in __compare_and_swap() local 30 : "=&r" (ret), "=&r" (temp), "+A" (*p) in __compare_and_swap() 34 return ret; in __compare_and_swap()
|
/libpthread/linuxthreads/sysdeps/riscv64/ |
A D | pt-machine.h | 17 long int ret, temp; in __compare_and_swap() local 30 : "=&r" (ret), "=&r" (temp), "+A" (*p) in __compare_and_swap() 34 return ret; in __compare_and_swap()
|
/libpthread/linuxthreads/sysdeps/mips/ |
A D | pt-machine.h | 82 long int ret, temp; in __compare_and_swap() local 98 : "=&r" (ret), "=&r" (temp), "=m" (*p) in __compare_and_swap() 102 return ret; in __compare_and_swap()
|
/libpthread/nptl/sysdeps/unix/sysv/linux/ |
A D | raise.c | 44 int ret = INLINE_SYSCALL (tgkill, 3, pid, tid, sig); in raise() local 48 return ret; in raise()
|
/libpthread/linuxthreads/sysdeps/sh/ |
A D | pt-machine.h | 37 int ret; in testandset() local 42 : "=r" (ret) in testandset() 46 return (ret == 0); in testandset()
|
/libpthread/linuxthreads/sysdeps/sparc/ |
A D | pt-machine.h | 35 int ret; in testandset() local 38 : "=r"(ret), "=m"(*spinlock) in testandset() 41 return ret; in testandset()
|
/libpthread/linuxthreads/sysdeps/ia64/ |
A D | pt-machine.h | 120 long int ret; in testandset() local 124 : "=r"(ret), "=m"(__atomic_fool_gcc (spinlock)) in testandset() 128 return ret; in testandset()
|
/libpthread/nptl/sysdeps/i386/ |
A D | pthread_spin_unlock.S | 26 ret
|
/libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/ |
A D | lowlevellock.h | 254 ({ int ret; \ 256 : "=a" (ret), "=m" (futex) \ 260 ret; }) 263 ({ int ret; \ 265 : "=a" (ret), "=m" (futex) \ 268 ret; }) 271 ({ int ret; \ 273 : "=a" (ret), "=m" (futex) \ 277 ret; })
|