Home | History | Annotate | Download | only in cpython2

Lines Matching full:sem_open

10577  select sem_open sem_timedwait sem_getvalue sem_unlink setegid seteuid \
13249 # For multiprocessing module, check that sem_open
13253 # sem_open results in a 'Signal 12' error.
13272 sem_t *a = sem_open("/autoconf", O_CREAT, S_IRUSR|S_IWUSR, 0);
13274 perror("sem_open");
13323 sem_t *a = sem_open("/autocftw", O_CREAT, S_IRUSR|S_IWUSR, 0);
13327 perror("sem_open");