summaryrefslogtreecommitdiffstats
path: root/lib/librthread/rthread_np.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Don't include guard pages in the stack size.kurt2013-03-311-7/+4
* Fix the handling of the stackaddr, stacksize, and guardsize attributes:guenther2012-02-181-10/+7
* pthread_self() may be much cheaper and never more expensive than getthrid()guenther2011-12-281-2/+2
* Report the correct stack size and top for the primordial thread inkurt2007-07-081-16/+21
* make rthreads compile againhenning2006-04-121-2/+2
* Nicer implementation of pthread_main_np(), which avoids the spinlock.otto2006-01-011-7/+2
* use queue.h macros for thread house keeping; make some vars non-staticotto2005-12-301-3/+1
* Put the existing _np functions into separate file; introduceotto2005-12-291-0/+99