Searched refs:TRY_LOCK_FREE_CASE (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/
H A Datomic.c143 #define TRY_LOCK_FREE_CASE(n, type, ptr) \ macro
150 #define TRY_LOCK_FREE_CASE_16(p) TRY_LOCK_FREE_CASE(16, __uint128_t, p)
158 TRY_LOCK_FREE_CASE(1, uint8_t, ptr) \
159 TRY_LOCK_FREE_CASE(2, uint16_t, ptr) \
160 TRY_LOCK_FREE_CASE(4, uint32_t, ptr) \
161 TRY_LOCK_FREE_CASE(8, uint64_t, ptr) \

Completed in 185 milliseconds