sandialabs / qthreads

Lightweight locality-aware user-level threading runtime.
https://www.sandia.gov/qthreads/
Other
173 stars 35 forks source link

Remove `QTHREAD_CASLOCK` Macros #228

Open insertinterestingnamehere opened 9 months ago

insertinterestingnamehere commented 9 months ago

Currently by default the QTHREAD_CASLOCK macros are a bunch of no-ops. We should just get rid of them. They give the appearance of synchronization in places where it's actually not happening.