Home
last modified time | relevance | path

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

/sysdeps/unix/sysv/linux/
A Dshmctl.c165 shm64->shm_perm = shm->shm_perm; in libc_hidden_def()
166 shm64->shm_segsz = shm->shm_segsz; in libc_hidden_def()
167 shm64->shm_atime = shm->shm_atime in libc_hidden_def()
169 shm64->shm_dtime = shm->shm_dtime in libc_hidden_def()
171 shm64->shm_ctime = shm->shm_ctime in libc_hidden_def()
173 shm64->shm_cpid = shm->shm_cpid; in libc_hidden_def()
174 shm64->shm_lpid = shm->shm_lpid; in libc_hidden_def()
175 shm64->shm_nattch = shm->shm_nattch; in libc_hidden_def()
184 shm->__shm_atime_high = 0; in shmid64_to_shmid()
186 shm->__shm_dtime_high = 0; in shmid64_to_shmid()
[all …]

Completed in 3 milliseconds