Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add limited pthread_setattr_default_np API to set stack size defaults | Rich Felker | 2016-11-08 | 1 | -0/+35 |
based on patch by Timo Teräs: While generally this is a bad API, it is the only existing API to affect c++ (std::thread) and c11 (thrd_create) thread stack size. This patch allows applications only to increate stack and guard page sizes. |