Searched refs:__newval (Results 1 – 6 of 6) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/sysdeps/x86_64/ |
A D | pt-machine.h | 64 __compare_and_swap (long int *__p, long int __oldval, long int __newval) in __compare_and_swap() argument 71 : "r" (__newval), "m" (*__p), "a" (__oldval) in __compare_and_swap()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/bits/ |
A D | atomic_base.h | 949 _Val<_Tp> __newval = __oldval + __i; in _GLIBCXX_VISIBILITY() 952 __newval = __oldval + __i; in _GLIBCXX_VISIBILITY() 961 _Val<_Tp> __newval = __oldval - __i; in _GLIBCXX_VISIBILITY() 964 __newval = __oldval - __i; in _GLIBCXX_VISIBILITY() 973 _Val<_Tp> __newval = __oldval + __i; in _GLIBCXX_VISIBILITY() 974 while (!compare_exchange_weak(__ptr, __oldval, __newval, in _GLIBCXX_VISIBILITY() 977 __newval = __oldval + __i; in _GLIBCXX_VISIBILITY() 978 return __newval; in _GLIBCXX_VISIBILITY() 986 _Val<_Tp> __newval = __oldval - __i; in _GLIBCXX_VISIBILITY() 990 __newval = __oldval - __i; in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/ |
A D | atomic_base.h | 1097 _Val<_Tp> __newval = __oldval + __i; in _GLIBCXX_VISIBILITY() 1100 __newval = __oldval + __i; in _GLIBCXX_VISIBILITY() 1109 _Val<_Tp> __newval = __oldval - __i; in _GLIBCXX_VISIBILITY() 1112 __newval = __oldval - __i; in _GLIBCXX_VISIBILITY() 1121 _Val<_Tp> __newval = __oldval + __i; in _GLIBCXX_VISIBILITY() 1122 while (!compare_exchange_weak(__ptr, __oldval, __newval, in _GLIBCXX_VISIBILITY() 1125 __newval = __oldval + __i; in _GLIBCXX_VISIBILITY() 1126 return __newval; in _GLIBCXX_VISIBILITY() 1134 _Val<_Tp> __newval = __oldval - __i; in _GLIBCXX_VISIBILITY() 1138 __newval = __oldval - __i; in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/sys/ |
A D | sysctl.h | 67 size_t *__oldlenp, void *__newval, size_t __newlen) __THROW;
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/ |
A D | sysctl.c | 24 size_t *__oldlenp, void *__newval, size_t __newlen) __THROW;
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/pthread/ |
A D | pthread.h | 538 void __setdoit (int __newval) { __do_it = __newval; } in __setdoit() argument
|
Completed in 13 milliseconds