Lines Matching full:sem_open
3406 select sem_open sem_timedwait sem_getvalue sem_unlink sendfile setegid seteuid \
4436 # For multiprocessing module, check that sem_open
4440 # sem_open results in a 'Signal 12' error.
4451 sem_t *a = sem_open("/autoconf", O_CREAT, S_IRUSR|S_IWUSR, 0);
4453 perror("sem_open");
4483 sem_t *a = sem_open("/autocftw", O_CREAT, S_IRUSR|S_IWUSR, 0);
4487 perror("sem_open");