Home
last modified time | relevance | path

Searched refs:old (Results 1 – 25 of 150) sorted by relevance

123456

/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/
A Dtst-cancel19.c82 old); in do_test()
98 old); in do_test()
114 old); in do_test()
143 old); in do_test()
167 old); in do_test()
192 old); in do_test()
208 old); in do_test()
224 old); in do_test()
240 old); in do_test()
259 old); in do_test()
[all …]
A Dtst-cancel22.c32 int old; in tf() local
33 int r = pthread_setcancelstate (PTHREAD_CANCEL_DISABLE, &old); in tf()
54 pthread_setcancelstate (old, NULL); in tf()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/alpha/bits/
A Datomic.h80 [__old] "Ir" ((uint64_t)(uint8_t)(uint64_t)(old)), \
108 [__old] "Ir" ((uint64_t)(uint16_t)(uint64_t)(old)), \
128 [__old] "Ir" ((uint64_t)(atomic32_t)(uint64_t)(old)), \
148 [__old] "Ir" ((uint64_t)(old)), \
200 #define atomic_compare_and_exchange_bool_acq(mem, new, old) \ argument
202 mem, new, old, "", __MB)
204 #define atomic_compare_and_exchange_val_acq(mem, new, old) \ argument
206 mem, new, old, "", __MB)
212 mem, new, old, __MB, "")
214 #define atomic_compare_and_exchange_val_rel(mem, new, old) \ argument
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/mips/bits/
A Datomic.h139 __arch_compare_and_exchange_xxx_8_int(mem, new, old, rel, acq); \
144 __arch_compare_and_exchange_xxx_16_int(mem, new, old, rel, acq); \
162 __arch_compare_and_exchange_xxx_8_int(mem, new, old, rel, acq); \
182 #define atomic_compare_and_exchange_bool_acq(mem, new, old) \ argument
184 mem, new, old, "", MIPS_SYNC_STR)
186 #define atomic_compare_and_exchange_val_acq(mem, new, old) \ argument
188 mem, new, old, "", MIPS_SYNC_STR)
192 #define atomic_compare_and_exchange_bool_rel(mem, new, old) \ argument
194 mem, new, old, MIPS_SYNC_STR, "")
196 #define atomic_compare_and_exchange_val_rel(mem, new, old) \ argument
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/
A Dsignals.c83 __sighandler_t old = SIG_DFL; in __pthread_sigaction() local
93 old = (__sighandler_t) __sighandler[sig].old; in __pthread_sigaction()
104 if (old == SIG_IGN || old == SIG_DFL || old == SIG_ERR) in __pthread_sigaction()
105 __sighandler[sig].old = (arch_sighandler_t) act->sa_handler; in __pthread_sigaction()
114 __sighandler[sig].old = (arch_sighandler_t) old; in __pthread_sigaction()
123 && old != SIG_ERR) in __pthread_sigaction()
124 oact->sa_handler = old; in __pthread_sigaction()
128 __sighandler[sig].old = (arch_sighandler_t) act->sa_handler; in __pthread_sigaction()
160 if (__sighandler[s].old == (arch_sighandler_t) SIG_ERR || in strong_alias()
161 __sighandler[s].old == (arch_sighandler_t) SIG_DFL || in strong_alias()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/
A DMakefile.in9 subdirs += libpthread/linuxthreads.old
11 CFLAGS-dir_linuxthreads.old := -DNOT_IN_libc -DIS_IN_libpthread
12 CFLAGS-linuxthreads.old := $(CFLAGS-dir_linuxthreads.old) $(SSP_ALL_CFLAGS)
14 CFLAGS-libpthread/linuxthreads.old/sysdeps/$(TARGET_ARCH)/ := $(CFLAGS-linuxthreads.old)
30 libpthread_DIR := $(top_srcdir)libpthread/linuxthreads.old
31 libpthread_OUT := $(top_builddir)libpthread/linuxthreads.old
55 CFLAGS-OMIT-forward.c := $(CFLAGS-dir_linuxthreads.old)
115 objclean-y += CLEAN_libpthread/linuxthreads.old
116 headers_clean-y += HEADERCLEAN_libpthread/linuxthreads.old
117 HEADERCLEAN_libpthread/linuxthreads.old:
[all …]
A Dsignals.c79 arch_sighandler_t old; member
100 sighandler[signo].old(signo, SIGCONTEXT_EXTRA_ARGS ctx); in pthread_sighandler()
167 oact->sa_handler = (__sighandler_t) sighandler[sig].old; in libpthread_hidden_proto()
171 sighandler[sig].old = (arch_sighandler_t) act->sa_handler; in libpthread_hidden_proto()
203 if (sighandler[s].old == NULL || in sigwait()
204 sighandler[s].old == (arch_sighandler_t) SIG_DFL || in sigwait()
205 sighandler[s].old == (arch_sighandler_t) SIG_IGN) { in sigwait()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/libsupc++/
A Deh_terminate.cc76 std::terminate_handler old; in set_terminate() local
78 __atomic_exchange (&__terminate_handler, &func, &old, __ATOMIC_ACQ_REL); in set_terminate()
81 old = __terminate_handler; in set_terminate()
84 return old; in set_terminate()
103 std::unexpected_handler old; in set_unexpected() local
105 __atomic_exchange (&__unexpected_handler, &func, &old, __ATOMIC_ACQ_REL); in set_unexpected()
108 old = __unexpected_handler; in set_unexpected()
111 return old; in set_unexpected()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/libsupc++/
A Deh_terminate.cc76 std::terminate_handler old; in set_terminate() local
78 __atomic_exchange (&__terminate_handler, &func, &old, __ATOMIC_ACQ_REL); in set_terminate()
81 old = __terminate_handler; in set_terminate()
84 return old; in set_terminate()
103 std::unexpected_handler old; in set_unexpected() local
105 __atomic_exchange (&__unexpected_handler, &func, &old, __ATOMIC_ACQ_REL); in set_unexpected()
108 old = __unexpected_handler; in set_unexpected()
111 return old; in set_unexpected()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/libsupc++/
A Deh_terminate.cc76 std::terminate_handler old; in set_terminate() local
78 __atomic_exchange (&__terminate_handler, &func, &old, __ATOMIC_ACQ_REL); in set_terminate()
81 old = __terminate_handler; in set_terminate()
84 return old; in set_terminate()
103 std::unexpected_handler old; in set_unexpected() local
105 __atomic_exchange (&__unexpected_handler, &func, &old, __ATOMIC_ACQ_REL); in set_unexpected()
108 old = __unexpected_handler; in set_unexpected()
111 return old; in set_unexpected()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/libsupc++/
A Deh_terminate.cc76 std::terminate_handler old; in set_terminate() local
78 __atomic_exchange (&__terminate_handler, &func, &old, __ATOMIC_ACQ_REL); in set_terminate()
81 old = __terminate_handler; in set_terminate()
84 return old; in set_terminate()
103 std::unexpected_handler old; in set_unexpected() local
105 __atomic_exchange (&__unexpected_handler, &func, &old, __ATOMIC_ACQ_REL); in set_unexpected()
108 old = __unexpected_handler; in set_unexpected()
111 return old; in set_unexpected()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/libsupc++/
A Deh_terminate.cc76 std::terminate_handler old; in set_terminate() local
78 __atomic_exchange (&__terminate_handler, &func, &old, __ATOMIC_ACQ_REL); in set_terminate()
81 old = __terminate_handler; in set_terminate()
84 return old; in set_terminate()
103 std::unexpected_handler old; in set_unexpected() local
105 __atomic_exchange (&__unexpected_handler, &func, &old, __ATOMIC_ACQ_REL); in set_unexpected()
108 old = __unexpected_handler; in set_unexpected()
111 return old; in set_unexpected()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/libsupc++/
A Deh_terminate.cc80 std::terminate_handler old; in set_terminate() local
82 __atomic_exchange (&__terminate_handler, &func, &old, __ATOMIC_ACQ_REL); in set_terminate()
85 old = __terminate_handler; in set_terminate()
88 return old; in set_terminate()
110 std::unexpected_handler old; in set_unexpected() local
112 __atomic_exchange (&__unexpected_handler, &func, &old, __ATOMIC_ACQ_REL); in set_unexpected()
115 old = __unexpected_handler; in set_unexpected()
118 return old; in set_unexpected()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/libsupc++/
A Deh_terminate.cc80 std::terminate_handler old; in set_terminate() local
82 __atomic_exchange (&__terminate_handler, &func, &old, __ATOMIC_ACQ_REL); in set_terminate()
85 old = __terminate_handler; in set_terminate()
88 return old; in set_terminate()
110 std::unexpected_handler old; in set_unexpected() local
112 __atomic_exchange (&__unexpected_handler, &func, &old, __ATOMIC_ACQ_REL); in set_unexpected()
115 old = __unexpected_handler; in set_unexpected()
118 return old; in set_unexpected()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/libsupc++/
A Deh_terminate.cc80 std::terminate_handler old; in set_terminate() local
82 __atomic_exchange (&__terminate_handler, &func, &old, __ATOMIC_ACQ_REL); in set_terminate()
85 old = __terminate_handler; in set_terminate()
88 return old; in set_terminate()
110 std::unexpected_handler old; in set_unexpected() local
112 __atomic_exchange (&__unexpected_handler, &func, &old, __ATOMIC_ACQ_REL); in set_unexpected()
115 old = __unexpected_handler; in set_unexpected()
118 return old; in set_unexpected()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/sh/
A Dlowlevel-atomic.h46 #define XADD(reg, mem, old, tmp) \ argument
52 98: mov.l mem, old; \
54 add old, tmp; \
58 #define XCHG(reg, mem, old) \ argument
64 98: mov.l mem, old; \
68 #define CMPXCHG(reg, mem, new, old) \ argument
74 98: mov.l mem, old; \
75 cmp/eq old, reg; \
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/
A Ddup2.c17 int dup2(int old, int newfd) in dup2() argument
24 if (old == newfd) in dup2()
25 return fcntl(old, F_GETFL, 0) < 0 ? -1 : newfd; in dup2()
27 return dup3(old, newfd, 0); in dup2()
A Dalarm.c20 struct itimerval old, new;
27 if (setitimer(ITIMER_REAL, &new, &old) < 0) {
30 retval = old.it_value.tv_sec;
31 if (old.it_value.tv_usec) {
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/frv/
A Dcrtreloc.c99 void **old = p;
102 e += p - old;
113 void ***old = p;
116 e += p - old;
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/sysdeps/arc/
A Dpt-machine.h21 unsigned int old = 1; in testandset() local
26 : "+r" (old) in testandset()
30 return old; in testandset()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/pthread/
A Dtst-timer.c72 struct itimerspec old; in main() local
94 timer_settime (timer_thr1, 0, &itimer2, &old); in main()
95 timer_settime (timer_thr2, 0, &itimer3, &old); in main()
99 timer_settime (timer_sig, 0, &itimer1, &old); in main()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/avr32/bits/
A Datomic.h43 : "m"(*(mem)), [old] "ir"(oldval), \
58 : [old] "=&r"(__oldval) \
74 : [old] "=&r"(__oldval), [tmp] "=&r"(__tmp), \
93 : [old] "=&r"(__oldval), [tmp] "=&r"(__tmp), \
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/bfin/
A Dcrtreloc.c122 void **old = p;
125 e += p - old;
136 void ***old = p;
139 e += p - old;
/l4re-core-master/uclibc/lib/contrib/uclibc/libm/powerpc/e500/fpu/
A Dfeupdateenv.c27 unsigned long fpescr, old, new, pflags; in __feupdateenv() local
34 old = fegetenv_register (); in __feupdateenv()
35 new |= (old & FE_ALL_EXCEPT); in __feupdateenv()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/sysdeps/microblaze/
A Dpt-machine.h25 extern int __compare_and_swap (long *ptr, long old, long new);
38 PT_EI int __compare_and_swap (long *ptr, long old, long new) in __compare_and_swap() argument
51 if (likely (*ptr == old)) in __compare_and_swap()

Completed in 35 milliseconds

123456