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

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

    youdao

  • The mutex API provides five functions: three are used for locking, one for unlocking, and another for testing a mutex.

    互斥api提供了5个函数其中3个用于锁定用于解锁个用于测试互斥锁。

    youdao

  • To help minimize mutex allocation and locking time, the JVM manages a global lock cache and a per-thread lock cache where each cache contains unallocated pthread_mutexes.

    为了帮助实现互斥锁分配锁定时间最小化JVM管理全局缓存和一个单线程锁缓存,其中每个缓存包含了未分配的 pthread_mutex

    youdao

  • After locking that, it creates a new thread and increments threadcount; after it's done, it unlocks the mutex.

    之后创建一个新的线程同时增量threadcount;在完成之后,它解锁互斥量。

    youdao

  • After locking that, it creates a new thread and increments threadcount; after it's done, it unlocks the mutex.

    之后创建一个新的线程同时增量threadcount;在完成之后,它解锁互斥量。

    youdao

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

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

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