sem_open
Sem = sem_open (SemaphoreName, O_EXCL|O_CREAT, 0755, InitialUnits);
sem_t *sem_open(const char *, int, ...);