国外threadcount等于300支。
super(Integer.t泠贾高框oString(++threadCount))向SimpleThread类的父类(不是继承吗extends Thread)发一个数字标识(即线程名,具体见继承),Thread的构造方法为Thread(String Name)。
微软MSDN中关于互斥体的备注:
The handle returned byCreateMutexhas MUTEX_ALL_ACCESS access to the new mutex object and can be used in any function that requires a handle to a mutex object.
通过CreateMutex函数返回的句柄拥有MUTEX_ALL_ACCESS 权限,并且可以在任何函数中请求这个互斥体对象句柄。
Any thread of the calling process can specify the mutex-object handle in a call to one of thewait functions.
任何调用进程的线程均可以在WAIT系列的函数中指定这个互斥体对象句柄。