DictionaryForumContacts

   Russian
Terms for subject Programming containing синхронизация доступа | all forms | exact matches only | in specified order only
RussianEnglish
использоваться для синхронизации доступа к общим даннымbe used to synchronize access to the shared data (ssn)
не требующий внешней синхронизации доступаlock-free (Alex_Odeychuk)
один мьютекс используется для синхронизации доступа к общим данным, а другой – для синхронизации выполнения кода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)
Семафор используется для синхронизации доступа процессов и потоков к разделяемой модифицируемой памяти или для управления доступом к устройствам или другим ресурсамthe semaphore is used to help threads and processes synchronize access to shared modifiable memory or manage access to a device or other resource (см. "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)
синхронизация доступаaccess synchronisation (ssn)
синхронизация доступаsynchronizing access (ssn)
синхронизация доступаaccess synchronization (ssn)
синхронизация доступаsynchronization of access (ssn)
синхронизация доступа к даннымsynchronizing access to data (ssn)
синхронизация доступа к классамsynchronization of access to classes (см. Designing Concurrent, Distributed, and Real-time Applications with UML Object Technology Series by Hassan Gomaa ssn)
синхронизация доступа к общим ресурсамsynchronizing access to shared resources (ssn)
синхронизация доступа процессов и потоков к разделяемой модифицируемой памятиthreads and processes synchronize access to shared modifiable memory (ssn)
сокрытие информации в применении к синхронизации доступаinformation hiding applied to access synchronization (ssn)
структура данных, не требующая внешней синхронизации доступаlock-free data structure (использует механизм атомарной модификации внутри методов контейнера или внутреннюю синхронизацию на уровне составных частей контейнера — узлов, страниц habr.com Alex_Odeychuk)