https://clang.llvm.org/docs/ThreadSafetyAnalysis.html
You can create a dummy ‘lock’ type that just represents being on a certain thread, with corresponding global variables for different named threads.
https://clang.llvm.org/docs/ThreadSafetyAnalysis.html
You can create a dummy ‘lock’ type that just represents being on a certain thread, with corresponding global variables for different named threads.