Searched refs:lockfree (Results 1 – 6 of 6) sorted by relevance
/external/compiler-rt/lib/builtins/ |
D | atomic.c | 240 #define OPTIMISED_CASE(n, lockfree, type)\ argument 242 if (lockfree)\ 253 #define OPTIMISED_CASE(n, lockfree, type)\ argument 255 if (lockfree) {\ 268 #define OPTIMISED_CASE(n, lockfree, type)\ argument 270 if (lockfree)\ 282 #define OPTIMISED_CASE(n, lockfree, type)\ argument 285 if (lockfree)\ 305 #define ATOMIC_RMW(n, lockfree, type, opname, op) \ argument 307 if (lockfree) \ [all …]
|
/external/llvm-project/compiler-rt/lib/builtins/ |
D | atomic.c | 248 #define OPTIMISED_CASE(n, lockfree, type) \ argument 250 if (lockfree(src)) \ 261 #define OPTIMISED_CASE(n, lockfree, type) \ argument 263 if (lockfree(dest)) { \ 276 #define OPTIMISED_CASE(n, lockfree, type) \ argument 278 if (lockfree(dest)) \ 290 #define OPTIMISED_CASE(n, lockfree, type) \ argument 293 if (lockfree(ptr)) \ 313 #define ATOMIC_RMW(n, lockfree, type, opname, op) \ argument 315 if (lockfree(ptr)) \ [all …]
|
/external/rust/crates/crossbeam-utils/ |
D | CHANGELOG.md | 35 - Make `AtomicCell` lockfree for u8, u16, u32, u64 sized values at 1.34+. (#454)
|
/external/kotlinx.atomicfu/ |
D | README.md | 322 <id>lockfree-test</id>
|
/external/clang/test/ |
D | cxx-sections.data | 1435 29.4 [atomics.lockfree]
|
/external/llvm-project/clang/test/ |
D | cxx-sections.data | 1435 29.4 [atomics.lockfree]
|