mutex

[m'ju:teks]
  • 释义
  • 互斥(体);

  • 双语例句
  • 1、

    The theory of displaying bitmap and the method of creating mutex are also expounded.

    阐述了有关位图的显示机理及互斥体的创建方法.

    互联网
  • 2、

    Mutex's function and the critical region is very similar.

    线程同步机制.互斥器的功能和临界区域很相似.

    互联网
  • 3、

    The display thread must wait for the mutex to be clear before updating the display.

    显示线程在更新显示之前必须等待清除互斥体.

    互联网
  • 4、

    A type of semaphore with just two states. Also called a mutex.

    一种只有两种状态的信号. 也叫互斥信号.

    互联网
  • 5、

    Its effective usage can achieve multithread synchronization and mutex to ensure program running correctly.

    有效地使用可以在多线程之间实现同步和互斥,以保证程序的正确的运行.

    互联网
  • 6、

    A signal's mutex is automatically locked whenever any of the signal's methods are called.

    调用信号的任何方法时,信号的互斥体都会自动加锁.

    互联网
  • 7、

    For similar synchronization between the threads of different processes, use a mutex object.

    对于不同进程之间的类似线程同步, 使用互斥对象.

    互联网
  • 8、

    Otherwise, the thread blocks until mutex clears.

    否则, 线程将阻止,直到清除互斥体.

    互联网