c++ Programming Glossary: helgrind
A very simple thread pool using pthreads in C++ http://stackoverflow.com/questions/3561095/a-very-simple-thread-pool-using-pthreads-in-c I've written some code that does just that but valgrind's helgrind tool does not like what I've done. I suspect I'm missing something.. outQueueLock pthread_exit NULL Here is the helgrind output when passing the arguments 2 40 to the compiled program... arguments 2 40 to the compiled program. valgrind v tool helgrind . thread1 2 40 12394 Helgrind a thread error detector 12394..
|