HomeSort by relevance Sort by last modified time
    Searched refs:CONFIG_BASE_SMALL (Results 1 - 10 of 10) sorted by null

  /bionic/libc/kernel/common/linux/
threads.h 19 #define PID_MAX_DEFAULT (CONFIG_BASE_SMALL ? 0x1000 : 0x8000)
21 #define PID_MAX_LIMIT (CONFIG_BASE_SMALL ? PAGE_SIZE * 8 : (sizeof(long) > 4 ? 4 * 1024 * 1024 : PID_MAX_DEFAULT))