PDA

View Full Version : data races



newport_j
March 29th, 2012, 09:06 PM
Please recommend a good piece of software for detecting in c code data races. The parallelized uses only pthreads.

thanks in advance.

Newport_j

MadCow108
March 30th, 2012, 09:55 PM
valgrind offers helgrind and dtd for this. It works well with pthreads out of the box.