History log of /netbsd-src/lib/libc/thread-stub/thread-stub.c (Results 26 – 32 of 32)
Revision Date Author Comments
# 0b61283e 01-Mar-2003 matt <matt@NetBSD.org>

Add #include <stdlib.h> for exit definition.


# d504e2bb 20-Jan-2003 thorpej <thorpej@NetBSD.org>

Simple TSD implementation, since some thread-safe libraries want
to use it.


# 71b91cf4 20-Jan-2003 thorpej <thorpej@NetBSD.org>

Make thr_self() not return NULL.


# 7dc01dbf 19-Jan-2003 thorpej <thorpej@NetBSD.org>

Add some threadlib stubs that are used by X:
* 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() stu

Add some threadlib stubs that are used by X:
* 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?

show more ...


# 592409d3 19-Jan-2003 thorpej <thorpej@NetBSD.org>

Add mutexattr_init(), mutexattr_destroy(), and mutexattr_settype() (recursive
mutexes are used by the X libraries).


# 036383cc 19-Jan-2003 thorpej <thorpej@NetBSD.org>

Make the libc thr_once() stub functional.


# 3fdac2b8 18-Jan-2003 thorpej <thorpej@NetBSD.org>

Merge the nathanw_sa branch.


12