Home
last modified time | relevance | path

Searched refs:shm_name (Results 1 – 1 of 1) sorted by relevance

/rt/
A Dtst-shm-cancel.c29 static char shm_name[sizeof "/glibc-shm_open-cancel-" + sizeof (pid_t) * 3]; variable
34 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