Home
last modified time | relevance | path

Searched defs:shmid (Results 1 – 3 of 3) sorted by relevance

/test/xts/acts/kernel_lite/ipc_posix/shared_memory/
DShmTest.cpp47 int shmid; variable
107 int shmid = shmget(static_cast<key_t> IPC_PRIVATE, memSize, 0666 | IPC_CREAT); variable
133 int shmid; variable
180 int shmid; variable
244 int shmid; variable
298 int shmid; variable
335 int shmid; variable
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dshmndk.cpp38 int shmid; in Shmget() local
50 int shmid; in Shmdt() local
64 int shmid = shmget(ftok(path, id), VALUE100, IPC_CREAT | TEST_MODE); in Shmctl() local
75 int shmid; in Shmat() local
/test/xts/dcts/common/
Dshm_utils.cpp34 static int shmid; // 共享内存标识符 variable