/external/autotest/client/tests/synctest/src/ |
synctest.c | 31 int shm_id; local 53 shm_id = shmget(IPC_PRIVATE, 10, IPC_CREAT | IPC_EXCL | 0600); 54 if (shm_id == -1) { 60 shm_addr = shmat(shm_id, NULL, 0); 153 if (shmctl(shm_id, IPC_RMID, &shm_desc) == -1) {
|
/external/fio/ |
memory.c | 76 td->shm_id = shmget(IPC_PRIVATE, total_mem, flags); 77 dprint(FD_MEM, "shmget %u, %d\n", total_mem, td->shm_id); 78 if (td->shm_id < 0) { 99 td->orig_buffer = shmat(td->shm_id, NULL, 0); 100 dprint(FD_MEM, "shmat %d, %p\n", td->shm_id, td->orig_buffer); 119 dprint(FD_MEM, "shmdt/ctl %d %p\n", td->shm_id, td->orig_buffer); 121 shmctl(td->shm_id, IPC_RMID, &sbuf);
|
fio.h | 185 int shm_id; member in struct:thread_data 380 extern int shm_id;
|
init.c | 283 shmctl(shm_id, IPC_RMID, &sbuf); 284 shm_id = -1; 335 shm_id = shmget(0, size, IPC_CREAT | 0600); 336 if (shm_id != -1) 352 if (shm_id == -1) 355 threads = shmat(shm_id, NULL, 0); [all...] |
backend.c | 76 int shm_id = 0; variable [all...] |
/external/autotest/client/tests/aiostress/ |
aio-stress.c | 105 int shm_id; variable 910 ret = shmctl(shm_id, IPC_RMID, &ds); 1009 shm_id = shmget(IPC_PRIVATE, total_ram, IPC_CREAT | 0700); 1010 if (shm_id < 0) { 1015 p = shmat(shm_id, (char *)0x50000000, 0); 1034 shm_id = fd; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/ |
libpulsecommon-0.9.21.so | |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/ |
libpulsecommon-1.1.so | |