Home
last modified time | relevance | path

Searched refs:__atomic_is_lock_free (Results 1 – 11 of 11) sorted by relevance

/netbsd/src/common/lib/libc/atomic/
Datomic_is_lock_free.c42 __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/
Dthreads_pthread.c202 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/
Dstdatomic.h96 #define atomic_is_lock_free(OBJ) __atomic_is_lock_free (sizeof (*(OBJ)), (OBJ))
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Datomic_base.h459 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/
Dsync-builtins.def597 "__atomic_is_lock_free",
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
Datomic253 return __atomic_is_lock_free(sizeof(_M_i),
261 return __atomic_is_lock_free(sizeof(_M_i),
/netbsd/src/doc/
DCHANGES60 libc: Add __atomic_is_lock_free to help stdatomic.h usage with
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog4375 to avoid linker error for __atomic_is_lock_free.
DChangeLog-2018762 __atomic_base<_PTp*>::is_lock_free()): Call __atomic_is_lock_free
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dextend.texi12644 @deftypefn {Built-in Function} bool __atomic_is_lock_free (size_t size, void *ptr)
12649 runtime routine named @code{__atomic_is_lock_free}.
Dgcc.info46138 -- 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)