mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-27 12:02:10 -05:00
Add a singly-linked stack that supports lock-free prepend and drain (to empty the list and clean up its elements). Intended for use with QSBR to collect objects that need safe memory reclamation, or any other user that works with adding objects to the stack and then draining them in one go like various work queues. In <isc/atomic.h>, add an `atomic_ptr()` macro to make type declarations a little less abominable, and clean up a duplicate definition of `atomic_compare_exchange_strong_acq_rel()` |
||
|---|---|---|
| .. | ||
| copyrights | ||
| dev.md | ||
| HOW-ADB-WORKS.txt | ||
| libuv.md | ||
| loopmgr.md | ||
| rdata.md | ||
| results | ||
| style.md | ||
| unexpected | ||