Searched refs:shm_name (Results 1 – 1 of 1) sorted by relevance
29 static char shm_name[sizeof "/glibc-shm_open-cancel-" + sizeof (pid_t) * 3]; variable34 snprintf (shm_name, sizeof (shm_name), "/glibc-shm_open-cancel-%u", in init_shm_name()41 shm_unlink (shm_name); in remove_shm()62 shm_unlink (shm_name); in tf()65 int fd = shm_open (shm_name, O_CREAT, 0600); in tf()
Completed in 3 milliseconds