Searched refs:lockfree (Results 1 – 2 of 2) 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/clang/test/ |
D | cxx-sections.data | 1435 29.4 [atomics.lockfree]
|