| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2003-07-18 | Add a stub for setcancelstate(). | nathanw | |
| 2003-03-01 | Add #include <stdlib.h> for exit definition. | matt | |
| 2003-01-20 | Simple TSD implementation, since some thread-safe libraries want | thorpej | |
| to use it. | |||
| 2003-01-20 | Make thr_self() not return NULL. | thorpej | |
| 2003-01-19 | Add some threadlib stubs that are used by X: | thorpej | |
| * thr_create() (stub in libc aborts) * thr_exit() (stub in libc calls exit()) * thr_yield() (stub in libc does nothing) Also make the libc thr_self() stub not abort. XXX Should we add thrattr_*() stubs for setting the detach-state? | |||
| 2003-01-19 | Add mutexattr_init(), mutexattr_destroy(), and mutexattr_settype() (recursive | thorpej | |
| mutexes are used by the X libraries). | |||
| 2003-01-19 | Make the libc thr_once() stub functional. | thorpej | |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej | |
| 2000-01-22 | Delint. | mycroft | |
| Remove trailing ; from uses of __weak_alias(). The macro inserts this if needed. | |||
| 1999-12-03 | add. This holds the global __isthreaded variable, to indicate that threading | explorer | |
| is (or is not) present. | |||
| 1999-12-03 | typo | explorer | |
| 1999-11-14 | add stub thread functions. These are not (yet) used, and always return | explorer | |
| success. They are weak-aliased, so if linked with a real pthreads library the correct magic will happen. | |||
