| /src/external/gpl3/gcc/dist/libgomp/config/accel/ |
| mutex.h | 51 while (__sync_lock_test_and_set (mutex, 1))
|
| /src/external/gpl3/gcc.old/dist/libgomp/config/accel/ |
| mutex.h | 51 while (__sync_lock_test_and_set (mutex, 1))
|
| /src/external/gpl3/gcc.old/dist/libgomp/config/nvptx/ |
| mutex.h | 51 while (__sync_lock_test_and_set (mutex, 1))
|
| /src/external/bsd/libc++/dist/libcxxrt/src/ |
| atomic.h | 20 __sync_lock_test_and_set(addr, val)
|
| /src/external/gpl3/gcc/dist/libgcc/config/gcn/ |
| gthr-gcn.h | 117 while (__sync_lock_test_and_set (__mutex, 1)) 126 return __sync_lock_test_and_set (__mutex, 1);
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/gcn/ |
| gthr-gcn.h | 117 while (__sync_lock_test_and_set (__mutex, 1)) 126 return __sync_lock_test_and_set (__mutex, 1);
|
| /src/external/lgpl2/userspace-rcu/dist/include/urcu/uatomic/ |
| arm.h | 66 * Based on [1], __sync_lock_test_and_set() is not a full barrier, but 76 __sync_lock_test_and_set(addr, v); \
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_atomic_clang.h | 68 v = __sync_lock_test_and_set(&a->val_dont_use, v);
|
| sanitizer_atomic_clang_mips.h | 25 while (__sync_lock_test_and_set(lock, 1))
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_atomic_clang.h | 67 v = __sync_lock_test_and_set(&a->val_dont_use, v);
|
| sanitizer_atomic_clang_mips.h | 24 while (__sync_lock_test_and_set(lock, 1))
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_atomic_clang.h | 67 v = __sync_lock_test_and_set(&a->val_dont_use, v);
|
| sanitizer_atomic_clang_mips.h | 24 while (__sync_lock_test_and_set(lock, 1))
|
| /src/sys/external/isc/libsodium/dist/src/libsodium/sodium/ |
| core.c | 167 while (__sync_lock_test_and_set(&_sodium_lock, 1) != 0) {
|
| /src/crypto/external/bsd/heimdal/dist/lib/base/ |
| baselocl.h | 79 #define heim_base_exchange_pointer(t,v) __sync_lock_test_and_set((t), (v))
|
| /src/external/gpl3/gcc/dist/libbacktrace/ |
| mmap.c | 129 using mmap. __sync_lock_test_and_set returns the old state of 135 locked = __sync_lock_test_and_set (&state->lock_alloc, 1) == 0; 223 __sync_lock_test_and_set returns the old state of the lock, so we 229 locked = __sync_lock_test_and_set (&state->lock_alloc, 1) == 0;
|
| internal.h | 73 #define __sync_lock_test_and_set(A, B) (abort(), 0) macro
|
| /src/external/gpl3/gcc.old/dist/libbacktrace/ |
| mmap.c | 129 using mmap. __sync_lock_test_and_set returns the old state of 135 locked = __sync_lock_test_and_set (&state->lock_alloc, 1) == 0; 223 __sync_lock_test_and_set returns the old state of the lock, so we 229 locked = __sync_lock_test_and_set (&state->lock_alloc, 1) == 0;
|
| internal.h | 73 #define __sync_lock_test_and_set(A, B) (abort(), 0) macro
|
| /src/external/gpl3/gdb/dist/libbacktrace/ |
| mmap.c | 129 using mmap. __sync_lock_test_and_set returns the old state of 135 locked = __sync_lock_test_and_set (&state->lock_alloc, 1) == 0; 223 __sync_lock_test_and_set returns the old state of the lock, so we 229 locked = __sync_lock_test_and_set (&state->lock_alloc, 1) == 0;
|
| internal.h | 73 #define __sync_lock_test_and_set(A, B) (abort(), 0) macro
|
| /src/external/gpl3/gdb.old/dist/libbacktrace/ |
| mmap.c | 129 using mmap. __sync_lock_test_and_set returns the old state of 135 locked = __sync_lock_test_and_set (&state->lock_alloc, 1) == 0; 223 __sync_lock_test_and_set returns the old state of the lock, so we 229 locked = __sync_lock_test_and_set (&state->lock_alloc, 1) == 0;
|
| internal.h | 73 #define __sync_lock_test_and_set(A, B) (abort(), 0) macro
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/unix/include/isc/ |
| stdatomic.h | 202 __sync_lock_test_and_set(obj, desired)
|
| /src/external/mpl/dhcp/bind/include/isc/ |
| stdatomic.h | 200 __sync_lock_test_and_set(obj, desired)
|