How to analyse lock acquire and release using intel pin instrumentation
I am analyzing C++ codes to find data races in them using intel pin Now I found some inbuilt functions in Intel Pin like INS_IsMemoryRead and INS_IsMemoryWrite to determine if a instruction is memo...