Class: ConditionSemaphores
Lock cl;
SemaphoreLinkedList waitQueue;
function: Constructor(Lock *cl)
function: sleep
function: wake
function: wakeall
Reference:
we use the code of the Condition variables of the nachos (java version)
Aquí falta mencionar las referencias a las cuales se apoyaron en realizar esta solución.
ResponderEliminarEste comentario ha sido eliminado por el autor.
ResponderEliminar