мьютекс(A programming technique that ensures that only one program or routine at a time can access some resource, such as a memory location, an I/O port, or a file, often through the use of semaphores, which are flags used in programs to coordinate the activities of more than one program or routine)
мьютекс(объект, который поддерживает две операции: его можно захватить (acquire) и его можно освободить (release) ssn); мутекс(в Windows, QNX – механизм, используемый для синхронизации доступа (т. е. предотвращения одновременного доступа) к общему ресурсу. В каждый момент времени только один поток может владеть таким ресурсом. Если его попытаются захватить другие потоки, то они становятся мутекс-заблокированными ssn); мьютексный(прил. ssn)
Mutex(A programming technique that ensures that only one program or routine at a time can access some resource, such as a memory location, an I/O port, or a file, often through the use of semaphores, which are flags used in programs to coordinate the activities of more than one program or routine)