• Elliott Hughes's avatar
    Have pthread_attr_getstack for the main thread report RLIMIT_STACK... · 9e4ffa70
    Elliott Hughes authored
    ...rather than just what's already mapped in. This seems somewhat
    contrary to POSIX's "All pages within the stack described by stackaddr
    and stacksize shall be both readable and writable by the thread", but
    it's what glibc does.
    
    Bug: 17111575
    Change-Id: If9e2dfad9a603c0d0615a8123aacda4946e95b2c
    9e4ffa70
pthread_test.cpp 28.3 KB