summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/thread/thr_stack.c
Commit message (Collapse)AuthorAgeFilesLines
* Implement pthread_attr_[gs]etguardsize(). Non-default-size stacks used tojasone2001-07-201-0/+235
be malloc()ed, but they are now allocated using mmap(), just as the default-size stacks are. A separate cache of stacks is kept for non-default-size stacks. Collaboration with: deischen
OpenPOWER on IntegriCloud