HomeSort by relevance Sort by last modified time
    Searched defs:MSGMNB (Results 26 - 37 of 37) sorted by null

12

  /prebuilts/ndk/7/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
  /prebuilts/ndk/8/platforms/android-14/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/8/platforms/android-14/arch-mips/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/8/platforms/android-14/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/8/platforms/android-3/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/8/platforms/android-4/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/8/platforms/android-5/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/8/platforms/android-8/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/8/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/8/platforms/android-9/arch-mips/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/8/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 */

Completed in 359 milliseconds

12