// locks a critical section, and unlocks it automatically
// when the lock goes out of scope
CAutoLock(CCritSec * plock)
以上来自于wxutil.h
,是锁定不同进程的访问,还是只是锁定同一个进程中的不同线程?
// locks a critical section, and unlocks it automatically
// when the lock goes out of scope
CAutoLock(CCritSec * plock)
以上来自于wxutil.h
,是锁定不同进程的访问,还是只是锁定同一个进程中的不同线程?