sem_init_should_fail
int sem_init_should_fail(unsigned int, int);
retval = sem_init_should_fail(SEM_VALUE_MAX+1U, EINVAL);