进程间同步 meaning in Chinese
interprocess synchronization
Examples
- A synchronization primitive that can also be used for interprocess synchronization
一个同步基元,也可用于进程间同步。 - A data structure that is used for intertask synchronization . semaphores are usually provided by the operating system
用于进程间同步的数据结构。信号灯常常由操作系统提供。 - Developerworks , october 2001 looks at inter - process synchronization primitives as a way to control two processes access to the same resource
( developerworks , 2001年10月)考察了利用进程间同步原语作为控制两个进程访问同一资源的一种方式。 - When used for inter - process synchronization , a mutex is called a named mutex because it is to be used in another application , and therefore it cannot be shared by means of a global or static variable
当用于进程间同步时, mutex称为“命名mutex ” ,因为它将用于另一个应用程序,因此它不能通过全局变量或静态变量共享。