-
Darshan M N authored
Problem: When there is a long semaphore wait on the mutex, the creation information of the mutex displayed is wrong. It is hard-coded to show "buf0buf.cc line 0". Fix: Removed the hard-coded creation information and changed the code to show the actual location where the mutex is created.
Darshan M N authoredProblem: When there is a long semaphore wait on the mutex, the creation information of the mutex displayed is wrong. It is hard-coded to show "buf0buf.cc line 0". Fix: Removed the hard-coded creation information and changed the code to show the actual location where the mutex is created.
Loading