/prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/ |
msg.h | 50 int msgmnb; member in struct:msginfo 59 #define MSGMNB 16384 61 #define MSGPOOL (MSGMNI*MSGMNB/1024) 62 #define MSGTQL MSGMNB 63 #define MSGMAP MSGMNB
|
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/ |
msg.h | 50 int msgmnb; member in struct:msginfo 59 #define MSGMNB 16384 61 #define MSGPOOL (MSGMNI*MSGMNB/1024) 62 #define MSGTQL MSGMNB 63 #define MSGMAP MSGMNB
|
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/ |
msg.h | 50 int msgmnb; member in struct:msginfo 59 #define MSGMNB 16384 61 #define MSGPOOL (MSGMNI*MSGMNB/1024) 62 #define MSGTQL MSGMNB 63 #define MSGMAP MSGMNB
|
/external/kernel-headers/original/linux/ |
msg.h | 45 int msgmnb; member in struct:msginfo 54 #define MSGMNB 16384 /* <= INT_MAX */ /* default max size of a message queue */ 57 #define MSGPOOL (MSGMNI*MSGMNB/1024) /* size in kilobytes of message pool */ 58 #define MSGTQL MSGMNB /* number of system message headers */ 59 #define MSGMAP MSGMNB /* number of entries in message map */
|