Searched defs:lockfree (Results 1 – 1 of 1) sorted by relevance
/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/ |
H A D | atomic.c | 264 #define OPTIMISED_CASE(n, lockfree, type) \ argument 277 #define OPTIMISED_CASE(n, lockfree, type) \ argument 292 #define OPTIMISED_CASE(n, lockfree, type) \ argument 306 #define OPTIMISED_CASE(n, lockfree, type) \ argument 329 #define ATOMIC_RMW(n, lockfree, type, opname, op) \ argument 341 #define ATOMIC_RMW_NAND(n, lockfree, type) \ argument 353 #define OPTIMISED_CASE(n, lockfree, type) ATOMIC_RMW(n, lockfree, type, add, +) argument 356 #define OPTIMISED_CASE(n, lockfree, type) ATOMIC_RMW(n, lockfree, type, sub, -) argument 359 #define OPTIMISED_CASE(n, lockfree, type) ATOMIC_RMW(n, lockfree, type, and, &) argument 362 #define OPTIMISED_CASE(n, lockfree, type) ATOMIC_RMW(n, lockfree, type, or, |) argument [all …]
|