|
From: Ryan C. <rya...@gm...> - 2021-10-18 08:41:00
|
Dear Valgrind developers,
I am Ryan Cai, coming from HK. Helgrind is a wonderful thread error detector I have ever used. I look into the detected errors due to the misuses of the POSIX pthreads API and am curious what’s the difference between these two errors?
unlocking an invalid mutex
unlocking a not-locked mutex
I am also wondering what’s the difference between an invalid mutex and an not-locked mutex. Thank you very much for your time!
Best
Ryan
|