加入收藏
举报
02-14 20:02
#0
文件名称:
shmid_ds.md
所在目录:
Openharmony v1.0 / docs / api / api-SmartVision-Devices
文件大小:
7.05 KB
下载地址:
fenwii/OpenHarmony
   
免责声明:本网站仅提供指向 GitHub 上的文件的链接,所有文件的版权归原作者所有,本网站不对文件内容的合法性、准确性或安全性承担任何责任。
文本预览:
# shmid\_ds
## **Overview**
**Related Modules:**
[MEM](MEM.md)
**Description:**
Stores information about a shared memory segment.
## **Summary**
## Data Fields




































Variable Name


Description


shm_perm


struct ipc_perm 


shm_segsz


size_t 


shm_atime


time_t 


shm_dtime


time_t 


shm_ctime


time_t 


shm_cpid


pid_t 


shm_lpid


pid_t 


shm_nattch


unsigned long 


__pad1


unsigned long 


__pad2


unsigned long 



## **Details**
## **Field Documentation**
## \_\_pad1
```
unsigned long shmid_ds::__pad1
```
**Description:**
Padding field
## \_\_pad2
```
unsigned long shmid_ds::__pad2
```
**Description:**
Padding field
## shm\_atime
```
time_t shmid_ds::shm_atime
```
**Description:**
Time when the last process is attached to this segment
## shm\_cpid
```
pid_t shmid_ds::shm_cpid
```
**Description:**
ID of the process that created this segment
## shm\_ctime
```
time_t shmid_ds::shm_ctime
```
**Description:**
Time when the last process modified this segment
## shm\_dtime
```
time_t shmid_ds::shm_dtime
```
**Description:**
Time when the last process is detached from this segment
## shm\_lpid
```
pid_t shmid_ds::shm_lpid
```
**Description:**
ID of the last process that operated this segment
## shm\_nattch
```
unsigned long shmid_ds::shm_nattch
```
**Description:**
Number of processes attached to this segment
## shm\_perm
```
struct ipc_perm shmid_ds::shm_perm
```
**Description:**
Operation permissions on this segment
## shm\_segsz
```
size_t shmid_ds::shm_segsz
```
**Description:**
Segment size, in bytes
点赞 回复
回帖
支持markdown部分语法 ?