aboutsummaryrefslogtreecommitdiff
path: root/lib/libpthread/thread/thr_attr_setguardsize.c
Commit message (Expand)AuthorAgeFilesLines
* Respect POSIX specification, a value return from pthread_attr_getguardsizeDavid Xu2003-09-141-8/+0
* Revamp libpthread so that it has a chance of working in an SMPDaniel Eischen2003-04-181-4/+4
* Make the changes needed for libpthread to compile in its new home.Jonathan Mini2002-09-161-1/+1
* Undo namespace pollution by prefixing the globals pthread_guard_default andAlfred Perlstein2002-05-151-4/+4
* Don't use PAGE_SIZE in userland, instead use getpagesize(), this is toAlfred Perlstein2002-05-131-3/+7
* Implement pthread_attr_[gs]etguardsize(). Non-default-size stacks used toJason Evans2001-07-201-0/+57