| 1. | Upgrades a reader lock to the writer lock , using a 超时值将读线程锁升级为写线程锁。 |
| 2. | Upgrades a reader lock to the writer lock , using an 超时值将读线程锁升级为写线程锁。 |
| 3. | Decrements the lock count on the writer lock 减少写线程锁上的锁计数。 |
| 4. | Upgrades a reader lock to the writer lock 将读线程锁升级为写线程锁。 |
| 5. | Defines a lock that supports single writers and multiple readers 定义支持单个写线程和多个读线程的锁。 |
| 6. | Acquires the writer lock , using an 超时值获取写线程锁。 |
| 7. | Acquires the writer lock 获取写线程锁。 |
| 8. | Gets a value indicating whether the current thread holds the writer lock 获取一个值,该值指示当前线程是否持有写线程锁。 |
| 9. | Block while another thread is in a writing block will block until the writing thread exits the 块的线程会被阻断,直到此写线程退出 |
| 10. | It is used for scalability , but does not guarantee read or write thread safety 使用它是为了获得可缩放性,但并不保证读或写线程安全。 |