Skip to content

Resolve "Make proper use of the atomics"

Witold Krecicki requested to merge 1038-proper-atomics-use into master
  1. Not all atomics were properly accessed (with atomic_ functions)
  2. We still had a few places where we used locked variables instead of isc_refcount_t for reference counting
  3. Added optional mode in which atomics are emulated with mutex-locked variables (for debugging/profiling) Closes #1038 (closed)
Edited by Witold Krecicki

Merge request reports