Searched refs:pipe_name (Results 1 – 1 of 1) sorted by relevance
29 static const char pipe_name[] = "/glibc-tst-sem16"; variable55 sem_unlink (pipe_name); in tf()56 on_exit (remove_sem, (void *) pipe_name); in tf()58 sem_t *s = sem_open (pipe_name, O_CREAT, 0600, 1); in tf()
Completed in 2 milliseconds