summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/uthread/uthread_stackseg_np.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* So passes uthreadsguenther2012-09-011-64/+0
| | | | | Like autumn leaves on water don't fear the tedu@
* Report the correct stack size and top for the primordial thread inkurt2007-07-081-15/+18
| | | | pthread_stackseg_np(). With input and okay marc@
* Eliminate many lint warnings by either: using the appropriate type,kurt2007-05-181-3/+4
| | | | | casting when safe or adding ARGSUSED where needed. Reviewed and improvements from millert@ and marc@. okay marc@
* pthead_supsend_all_np and pthread_resume_all_np from freebsd viamarc2004-05-011-2/+2
| | | | | | Kurt Miller <truk at optonline.net>. Kurt says: They're needed for the java hotspot compiler in the 1.3+ jdk OK brad@
* Change read_stackseg_np to work with any thread, not just the currentmarc2004-01-261-3/+2
| | | | | thread. Requested by truk at optonline dot net and OK-ed by tedu @.
* Include correct includes to unbreak compilation on macppc. ok miod@otto2004-01-161-6/+4
|
* threaded version of closefrommarc2004-01-151-0/+63
pthread_stackseg_np added. Minor bump for these changes occurred a day or so ago and will not be bumped again