DictionaryForumContacts

   English
Terms for subject Programming containing access to shared data | all forms | in specified order only
EnglishRussian
be used to synchronize access to the shared dataиспользоваться для синхронизации доступа к общим данным (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)
synchronized access to shared dataсинхронизируемый доступ к разделяемый данным (Alex_Odeychuk)