Home
last modified time | relevance | path

Searched refs:MEM_SIZE (Results 1 - 3 of 3) sorted by relevance

/test/xts/hats/kernel/syscall_ipc/shmget/
H A DShmgetApiTest.cpp53 const int MEM_SIZE = 1024; variable
66 int shmid = shmget(key, MEM_SIZE, 0666 | IPC_CREAT); in HWTEST_F()
87 int shmid = shmget(key, MEM_SIZE, 0666 | IPC_CREAT); in HWTEST_F()
94 strncpy_s(ptrSharedData, MEM_SIZE, data, strlen(data)); in HWTEST_F()
117 int shmid1 = shmget(key1, MEM_SIZE, IPC_CREAT | 0666); in HWTEST_F()
120 int shmid2 = shmget(key2, MEM_SIZE, IPC_CREAT | 0666); in HWTEST_F()
/test/xts/hats/kernel/syscall_ipc/shmctl/
H A DShmctlApiTest.cpp53 const int MEM_SIZE = 1024; variable
67 int shmid = shmget(key, MEM_SIZE, 0666 | IPC_CREAT); in HWTEST_F()
93 int shmid = shmget(key, MEM_SIZE, 0666 | IPC_CREAT); in HWTEST_F()
117 int shmid = shmget(key, MEM_SIZE, 0666 | IPC_CREAT); in HWTEST_F()
/test/xts/hats/kernel/syscall_ipc/shmat/
H A DShmatApiTest.cpp54 const int MEM_SIZE = 1024; variable
72 int shmid = shmget(key, MEM_SIZE, 0644 | IPC_CREAT | IPC_EXCL); in HWTEST_F()

Completed in 2 milliseconds