SEM1
sem1 = sem_open(SEM1, 0);
sem1 = sem_open(SEM1, O_CREAT, 0444, 1);
rv = sem_open(SEM1, O_CREAT | O_EXCL);