DictionaryForumContacts

   English
Terms for subject Programming containing synchronize | all forms | exact matches only
EnglishRussian
be used to synchronize access to the shared dataиспользоваться для синхронизации доступа к общим данным (ssn)
be used to synchronize execution of codeиспользоваться для синхронизации выполнения кода (ssn)
generated log data to synchronize with the primary databaseсгенерированные данные журнала для синхронизации с первичной базой данных (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)
previously generated log data to synchronize with the primary databaseранее сгенерированные данные журнала для синхронизации с первичной базой данных (ssn)
synchronize controllersсинхронизация контроллеров (ssn)
synchronize resources with transactionsсинхронизировать ресурсы с транзакциями (Alex_Odeychuk)
synchronize with logicсинхронизировать с логикой (ssn)
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)
threads and processes synchronize access to shared modifiable memoryсинхронизация доступа процессов и потоков к разделяемой модифицируемой памяти (ssn)
Whatever the form of communication, processes also need to synchronize with each otherпри любом виде взаимодействия процессам необходима взаимная синхронизация (см. Foundations of Multithreaded, Parallel, and Distributed Programming 2000 by Gregory R. Andrews)