DictionaryForumContacts

   Russian
Terms for subject Programming containing синхронизация доступа к данным | all forms | in specified order only
RussianEnglish
использоваться для синхронизации доступа к общим данным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)
Семафор – это механизм синхронизации, который можно использовать для управления отношениями между параллельно выполняющимися программными компонентами и реализации стратегий доступа к даннымA semaphore is a synchronization mechanism that can be used to manage synchronization relationships and implement the access policies (см. "Parallel and Distributed Programming Using C++" by Cameron Hughes, Tracey Hughes 2003 ssn)
Семафор – это механизм синхронизации, который можно использовать для управления отношениями между параллельно выполняющимися программными компонентами и реализации стратегий доступа к даннымA semaphore is a synchronization mechanism that can be used to manage synchronization relationships and implement the access policies (см. "Parallel and Distributed Programming Using C++" by Cameron Hughes, Tracey Hughes 2003 ssn)
синхронизация доступа к даннымsynchronizing access to data (ssn)