DictionaryForumContacts

   Russian
Terms for subject Programming containing мьютексы | all forms
RussianEnglish
закрытые и разделяемые мьютексыprivate and shared mutexes (ssn)
закрытый мьютексprivate mutex (ssn)
защита разделяемых данных с помощью мьютексовprotecting shared data with mutexes (ssn)
Каркасные классы поддерживаются объектно-ориентированными мьютексами, семафорами, конвейерами и сокетамиthe framework classes are supported by object-oriented mutexes, semaphores, pipes, and sockets
мьютекс с атрибутамиmutex with attributes (ssn)
нерекурсивный мьютексnonrecursive mutex (ssn)
нулевой мьютексnull mutex (ssn)
объектно-ориентированные мьютексыobject-oriented mutexes (ssn)
один мьютекс используется для синхронизации доступа к общим данным, а другой – для синхронизации выполнения кодаone mutex is used to synchronize access to the shared data and the other mutex is used to synchronize execution of code (см. "Parallel and Distributed Programming Using C++" by Cameron Hughes, Tracey Hughes 2003)
один мьютекс используется для синхронизации доступа к общим данным, а другой – для синхронизации выполнения кодаone mutex is used to synchronize access to the shared data and the other mutex is used to synchronize execution of code (см. "Parallel and Distributed Programming Using C++" by Cameron Hughes, Tracey Hughes 2003)
разделяемый мьютексshared mutex (ssn)
рекурсивный мьютексrecursive mutex (ssn)
рекурсивный мьютекс на уровне процессаprocess-level recursive mutex (ssn)
событийный мьютексevent mutex (ssn)