Searched refs:TRY_LOCK_FREE_CASE (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
H A D | atomic.c | 153 #define TRY_LOCK_FREE_CASE(n, type, ptr) \ macro 160 #define TRY_LOCK_FREE_CASE_16(p) TRY_LOCK_FREE_CASE(16, __uint128_t, p) 168 TRY_LOCK_FREE_CASE(1, uint8_t, ptr) \ 169 TRY_LOCK_FREE_CASE(2, uint16_t, ptr) \ 170 TRY_LOCK_FREE_CASE(4, uint32_t, ptr) \ 171 TRY_LOCK_FREE_CASE(8, uint64_t, ptr) \
|