getMutexFor请问C++中有没有这个函数,我在EFFECTIVESTL中看到了这个函数,写了一个小程序,调用了它,也没有
getMutexFor
请问C++中有没有这个函数,我在EFFECTIVE STL中看到了这个函数,写了一个小程序,调用了它,也没有问题,不过上网怎么找不到这个函数的说明
[解决办法]
I can understand getMutexFor() does what ,if an object goes the time point,it will have the control right until it call releaseMutexFor,in that stage other object(thread) doesn 't have right to access the time slice.
But I have never seen this function,I search it in www.google.com and find many description of it.
You must show your short program in the following,so I can help you solve it completely.
Sorry I am using linux,could not enter Chinese.
So please show your short program
[解决办法]
C++里没这个函数。Effective STL的示例代码,需要你自己实现的。
