Searched refs:__atomic_is_lock_free (Results 1 – 11 of 11) sorted by relevance
| /netbsd/src/common/lib/libc/atomic/ |
| D | atomic_is_lock_free.c | 42 __RENAME(__atomic_is_lock_free); 43 #define __atomic_is_lock_free __atomic_is_lock_free_hack macro 46 __atomic_is_lock_free(size_t n, const volatile void *p __unused) in __atomic_is_lock_free() function
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/ |
| D | threads_pthread.c | 202 if (__atomic_is_lock_free(sizeof(*val), val)) { in CRYPTO_atomic_add() 229 if (__atomic_is_lock_free(sizeof(*val), val)) { in CRYPTO_atomic_or() 254 if (__atomic_is_lock_free(sizeof(*val), val)) { in CRYPTO_atomic_load()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ginclude/ |
| D | stdatomic.h | 96 #define atomic_is_lock_free(OBJ) __atomic_is_lock_free (sizeof (*(OBJ)), (OBJ))
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| D | atomic_base.h | 459 return __atomic_is_lock_free(sizeof(_M_i), in _GLIBCXX_VISIBILITY() 467 return __atomic_is_lock_free(sizeof(_M_i), in _GLIBCXX_VISIBILITY() 789 return __atomic_is_lock_free(sizeof(_M_p), in _GLIBCXX_VISIBILITY() 797 return __atomic_is_lock_free(sizeof(_M_p), in _GLIBCXX_VISIBILITY() 976 return __atomic_is_lock_free(_Size, reinterpret_cast<void *>(-_Align)); in _GLIBCXX_VISIBILITY()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | sync-builtins.def | 597 "__atomic_is_lock_free",
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
| D | atomic | 253 return __atomic_is_lock_free(sizeof(_M_i), 261 return __atomic_is_lock_free(sizeof(_M_i),
|
| /netbsd/src/doc/ |
| D | CHANGES | 60 libc: Add __atomic_is_lock_free to help stdatomic.h usage with
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/ |
| D | ChangeLog | 4375 to avoid linker error for __atomic_is_lock_free.
|
| D | ChangeLog-2018 | 762 __atomic_base<_PTp*>::is_lock_free()): Call __atomic_is_lock_free
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/doc/ |
| D | extend.texi | 12644 @deftypefn {Built-in Function} bool __atomic_is_lock_free (size_t size, void *ptr) 12649 runtime routine named @code{__atomic_is_lock_free}.
|
| D | gcc.info | 46138 -- Built-in Function: bool __atomic_is_lock_free (size_t size, void 46145 '__atomic_is_lock_free'. 67806 * __atomic_is_lock_free: __atomic Builtins. (line 279)
|