| Age | Commit message (Collapse) | Author |
|
* 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?
|
|
* Add a thr_enabled() which returns the value of libc's __isthreaded
variable, indicating whether or not threads are actually enabled.
|
|
mutexes are used by the X libraries).
|
|
calls when the pthread library is linked in. Simplifies making other
libraries (such as X's) thread-safe.
|