Domanda di colloquio di Tudip Technologies

Semaphores, double pointers

Risposta di colloquio

Anonimo

3 mag 2019

Semaphores are integer variables that are used to solve the critical section problem by using two atomic operations, wait and signal that are used for process synchronization. types: counting and binary semaphores.