
10 Jun
2005
10 Jun
'05
7:14 p.m.
Jody Hagins wrote:
Notice one obvious issue: notify_one() and notify_all() still go through the native CV code to ping potential waiting threads. However, without significant change to the current implementation of condition, I do not see an easy way to prevent this.
How is a condition variable supposed to behave when used with a null mutex? Is this a legitimate use case?