Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-07-08 | Report the correct stack size and top for the primordial thread in | Kurt Miller | |
pthread_stackseg_np(). With input and okay marc@ | |||
2006-04-12 | make rthreads compile again | Henning Brauer | |
pthreads header changed, char * -> const char * | |||
2006-01-01 | Nicer implementation of pthread_main_np(), which avoids the spinlock. | Otto Moerbeek | |
ok tedu@ marc@ | |||
2005-12-30 | use queue.h macros for thread house keeping; make some vars non-static | Otto Moerbeek | |
and fix a bug in thread creation error path. ok tedu@ | |||
2005-12-29 | Put the existing _np functions into separate file; introduce | Otto Moerbeek | |
pthread_stackseg_np(), from existing pthread lib. discussed with tedu@ ok marc@ |