|
From: Konstantin S. <kon...@gm...> - 2007-10-31 15:01:12
|
Hi, I am trying to use thrcheck from THRCHECK branch. My program uses pthread_create to create threads, however it does not use pthread_mutex_lock/unclock for locking -- it has its own set of locking primitives. Is it possible to enhance thrcheck to handle user-settable lock/unlock primitives? Do you have this in plans? If not, I could try it myself (with some minimal guidance :)) Thanks, --kcc |