Thread Safety: In C++0x Mutexes are the objects that control access to shared...
Thread Safety: In C++0x Mutexes are the objects that control access to shared variables, while Locks are the objects that acquire and release Mutexes. We switch to this new terminology. llvm-svn: 139321
Loading
Please register or sign in to comment