summaryrefslogtreecommitdiffstats
path: root/lib/librthread/rthread_np.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Report the correct stack size and top for the primordial thread inkurt2007-07-081-16/+21
| | | | pthread_stackseg_np(). With input and okay marc@
* make rthreads compile againhenning2006-04-121-2/+2
| | | | pthreads header changed, char * -> const char *
* Nicer implementation of pthread_main_np(), which avoids the spinlock.otto2006-01-011-7/+2
| | | | ok tedu@ marc@
* use queue.h macros for thread house keeping; make some vars non-staticotto2005-12-301-3/+1
| | | | and fix a bug in thread creation error path. ok tedu@
* Put the existing _np functions into separate file; introduceotto2005-12-291-0/+99
pthread_stackseg_np(), from existing pthread lib. discussed with tedu@ ok marc@