Lines Matching full:sem_open
3099 select sem_open sem_timedwait sem_getvalue sem_unlink setegid seteuid \
3991 # For multiprocessing module, check that sem_open
3995 # sem_open results in a 'Signal 12' error.
4006 sem_t *a = sem_open("/autoconf", O_CREAT, S_IRUSR|S_IWUSR, 0);
4008 perror("sem_open");
4038 sem_t *a = sem_open("/autocftw", O_CREAT, S_IRUSR|S_IWUSR, 0);
4042 perror("sem_open");