summaryrefslogtreecommitdiff
path: root/lib/libc/thread-stub
AgeCommit message (Collapse)Author
2003-07-18Add a stub for setcancelstate().nathanw
2003-03-01Add #include <stdlib.h> for exit definition.matt
2003-01-20Simple TSD implementation, since some thread-safe libraries wantthorpej
to use it.
2003-01-20Make thr_self() not return NULL.thorpej
2003-01-19Add 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-19Add mutexattr_init(), mutexattr_destroy(), and mutexattr_settype() (recursivethorpej
mutexes are used by the X libraries).
2003-01-19Make the libc thr_once() stub functional.thorpej
2003-01-18Merge the nathanw_sa branch.thorpej
2000-01-22Delint.mycroft
Remove trailing ; from uses of __weak_alias(). The macro inserts this if needed.
1999-12-03add. This holds the global __isthreaded variable, to indicate that threadingexplorer
is (or is not) present.
1999-12-03typoexplorer
1999-11-14add stub thread functions. These are not (yet) used, and always returnexplorer
success. They are weak-aliased, so if linked with a real pthreads library the correct magic will happen.