fDeathSemaphore
{ return fDeathSemaphore; }
sem_id fDeathSemaphore;
fDeathSemaphore = create_sem(0, "window death");
delete_sem(fDeathSemaphore);