Re: [Valgrind-users] Can we know more about condition variable being destroyed?

2012-12-22 Thread Philippe Waroquiers
helgrind can't really know which task is being removed from the waiting list and so decrmenting nWaiters is all it does (I think). I think it does a lot more (otherwise helgrind could not follow at all what would happen with cond variables). See e.g. pthread_cond_wait_WRK Also, does

Re: [Valgrind-users] Can we know more about condition variable being destroyed?

2012-12-22 Thread ISHIKAWA,chiaki
Thank you for your response. (2012/12/23 2:58), Philippe Waroquiers wrote: helgrind can't really know which task is being removed from the waiting list and so decrmenting nWaiters is all it does (I think). I think it does a lot more (otherwise helgrind could not follow at all what would