• While Listing 6 shows push_back using the read-write lock.

    清单6 给出使用读写的 push_back 方法。

    youdao

  • Locking occurs on two levels (see Listing 7) : The list has a read-write lock, while individual nodes contain a mutex.

    两个级别上执行锁定(清单7):读写各个节点包含一个互斥锁。

    youdao

  • The reason this technique is called the "cheap read-write lock" is that you are using different synchronization mechanisms for reads and writes.

    之所以这种技术称之为开销较低-” 是因为使用不同同步机制进行读写操作。

    youdao

  • If you don't adhere to this approach in prioritizing writer threads using pthread_setschedprio, then given the nature of read-write lock, it is easy to see how writer threads could starve.

    如果这种方式使用 pthread_setschedprio 设置线程优先级,根据读写性质容易看出写线程可能会饿死。

    youdao

  • With this type of lock, concurrent applications can read from or write to the locked table.

    有了类型并发应用程序就可以已锁定

    youdao

  • Once an exclusive lock has been issued, no other read or write operations can take place.

    发出独占锁定后,其他操作不会再发生。

    youdao

  • For each bucket, there's a lock, and that lock is acquired when traversing a bucket either for read or write.

    每个bucket一个而且遍历bucket(为了写)的时候获取。

    youdao

  • This is due to the way in which JFS2 is implemented with a write-exclusive inode lock, allowing multiples users to read the same file simultaneously.

    是因为JFS2实现时使用了写独占(write - exclusive)索引节点允许多个用户同时读取相同文件

    youdao

  • The s lock allows concurrent applications that use read-only queries to access the target table, but applications attempting to write data to the table are prevented from doing so.

    s允许使用只读查询并发应用程序访问目标但是防止应用程序数据表中。

    youdao

  • LOCK_EX an exclusive lock. This denies all other processes both read and write access to the file.

    排他。除加锁进程其他进程没有已加锁文件读写访问权限

    youdao

  • For example, if you have six databases and one takes a write lock, the other five are still available for read and write.

    例如如果六个数据库其中一个有其他五个仍然可以进行读写

    youdao

  • The current thread has entered read mode, so trying to enter the lock in write mode would create the possibility of a deadlock.

    目前执行绪进入读取模式因此尝试进入写入模式锁定可能造成死结。

    youdao

  • The current thread has entered read mode, so trying to enter the lock in write mode would create the possibility of a deadlock.

    目前执行绪进入读取模式因此尝试进入写入模式锁定可能造成死结。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定