init_sem
init_sem(&s->ready);
init_sem(&s->start);
init_sem(&s->stop);
init_sem(&s->complete);
init_sem(&s->stopchild);
void init_sem(sem_t *sem);