Home
last modified time | relevance | path

Searched refs:target_new (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.5.0/subsys/bluetooth/host/
Dl2cap.c2361 uint16_t target_old, target_new; in atomic_add_safe_u16() local
2365 if (u16_add_overflow(target_old, addition, &target_new)) { in atomic_add_safe_u16()
2368 } while (!atomic_cas(target, target_old, target_new)); in atomic_add_safe_u16()