Inicio > Term: তালাবদ্ধ
তালাবদ্ধ
A data structure used to synchronize access to a shared resource. The most common use for a lock is in multithreaded programs where multiple threads need access to global data. Generally, only one thread can hold the lock at a time; by convention, this thread is the only one that can modify the data during this period. Some lock variants such as read-write locks allow multiple threads to hold a single lock under certain conditions. See also mutex lock
- Parte del discurso: noun
- Industria/ámbito: Software; Ordenador
- Categoría: Sistemas operativos
- Company: Apple
0
Creador
- prodip
- 100% positive feedback
(Kolkata, India)