concurrencykit / ck

Concurrency primitives, safe memory reclamation mechanisms and non-blocking (including lock-free) data structures designed to aid in the research, design and implementation of high performance concurrent systems developed in C99+.
http://concurrencykit.org/
Other
2.35k stars 312 forks source link

change field names so as to be distinct from those in sys/queue.h #113

Closed mattmacy closed 6 years ago

mattmacy commented 6 years ago

This would allow us to identify missed CK_ macro conversions as compile-time failures rather than potentially lurking runtime failures.