OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IPC_STAT
(Results
1 - 11
of
11
) sorted by null
/bionic/libc/kernel/common/linux/
ipc.h
41
#define
IPC_STAT
2
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/
ipc.h
41
#define
IPC_STAT
2
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/
ipc.h
41
#define
IPC_STAT
2
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/
ipc.h
41
#define
IPC_STAT
2
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/
ipc.h
41
#define
IPC_STAT
2
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/
ipc.h
41
#define
IPC_STAT
2
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/
ipc.h
41
#define
IPC_STAT
2
/external/kernel-headers/original/linux/
ipc.h
40
#define
IPC_STAT
2 /* get ipc_perm options */
/external/strace/
ipc.c
76
{
IPC_STAT
, "
IPC_STAT
" },
88
{
IPC_STAT
, "
IPC_STAT
" },
107
{
IPC_STAT
, "
IPC_STAT
" },
/development/simulator/app/
Shmem.cpp
365
cc = shmctl((int) mHandle,
IPC_STAT
, &shmids);
367
LOG(LOG_ERROR, "shmem", "Could not
IPC_STAT
shmid=%ld\n", mHandle);
/development/simulator/wrapsim/
SimMgr.c
461
cc = shmctl(shmid,
IPC_STAT
, &shmids);
463
wsLog("ERROR: could not
IPC_STAT
shmid=%d\n", shmid);
Completed in 1666 milliseconds