äAwaiting processes are either in the entrance queue or in a condition queue
äA process puts itself into condition queue cn by issuing cwait(cn)
äcsignal(cn) brings into the monitor 1 process in condition cn queue
äHence csignal(cn) blocks the calling process and puts it in the urgent queue (unless signal is the last operation of the monitor procedure)