Searched defs:atomic_fetch_sub (Results 1 – 2 of 2) sorted by relevance
| /bionic/tests/ | ||
| D | stdatomic_test.cpp | 154 TEST(stdatomic, atomic_fetch_sub) { in TEST() argument |
| /bionic/libc/include/bits/ | ||
| D | stdatomic.h | 250 #define atomic_fetch_sub(object, operand) \ macro |