Searched refs:old (Results 1 – 10 of 10) sorted by relevance
/libpthread/linuxthreads/sysdeps/arc/ |
A D | pt-machine.h | 21 unsigned int old = 1; in testandset() local 26 : "+r" (old) in testandset() 30 return old; in testandset()
|
/libpthread/nptl/sysdeps/powerpc/ |
A D | pthread_spin_trylock.c | 25 unsigned int old; in pthread_spin_trylock() local 36 : "=&r" (old), "=&r" (err) in pthread_spin_trylock()
|
/libpthread/linuxthreads/sysdeps/riscv32/ |
A D | pt-machine.h | 42 unsigned int old = 1; in testandset() local 47 : "=r" (old), "+A" (*spinlock) in testandset() 51 return old; in testandset()
|
/libpthread/linuxthreads/sysdeps/riscv64/ |
A D | pt-machine.h | 42 unsigned int old = 1; in testandset() local 47 : "=r" (old), "+A" (*spinlock) in testandset() 51 return old; in testandset()
|
/libpthread/linuxthreads/sysdeps/microblaze/ |
A D | pt-machine.h | 34 PT_EI int __compare_and_swap (long *ptr, long old, long new) in __compare_and_swap() argument 47 : "r" (ptr), "r" (old), "r" (new) in __compare_and_swap()
|
/libpthread/linuxthreads/sysdeps/avr32/ |
A D | pt-machine.h | 26 : [old] "=&r"(result) in _test_and_set() 67 : "m"(*p), [new] "r"(newval), [old] "r"(oldval) in __compare_and_swap()
|
/libpthread/linuxthreads/ |
A D | signals.c | 80 arch_sighandler_t old; member 101 sighandler[signo].old(signo, SIGCONTEXT_EXTRA_ARGS ctx); in pthread_sighandler() 147 save = sighandler[sig].old; in libpthread_hidden_proto() 161 sighandler[sig].old = (arch_sighandler_t) act->sa_handler; in libpthread_hidden_proto() 168 sighandler[sig].old = save; in libpthread_hidden_proto() 209 if (sighandler[s].old == NULL || in sigwait() 210 sighandler[s].old == (arch_sighandler_t) SIG_DFL || in sigwait() 211 sighandler[s].old == (arch_sighandler_t) SIG_IGN) { in sigwait()
|
A D | Makefile.in | 71 $(linuxthreads_headers): $(wildcard $(addprefix $(top_builddir)include/config/linuxthreads/,old.h n…
|
/libpthread/linuxthreads_db/ |
A D | Makefile.in | 63 $(linuxthreads_db_headers): $(wildcard $(addprefix $(top_builddir)include/config/linuxthreads/,old.…
|
/libpthread/nptl/ |
A D | pthreadP.h | 38 # define THREAD_ATOMIC_CMPXCHG_VAL(descr, member, new, old) \ argument 39 atomic_compare_and_exchange_val_acq (&(descr)->member, new, old)
|
Completed in 19 milliseconds