freebsd-dev/lib/libthr
Mike Makonnen f493d09ae7 Begin making libthr async signal safe.
Create a private, single underscore, version of pthread_mutex_unlock for libc.
pthread_mutex_lock already has one. These versions are different from the
ones that applications will link against because they block all signals
from the time a call to lock the mutex is made until it is successfully
unlocked.
2003-07-02 02:05:23 +00:00
..
arch The move to _retire() a thread in the GC instead of in the thread's 2003-06-29 00:12:40 +00:00
sys - Adjust the makefiles so we have a per architecture makefile. 2003-04-01 07:07:38 +00:00
thread Begin making libthr async signal safe. 2003-07-02 02:05:23 +00:00
Makefile Axe AINC. 2003-07-01 15:07:01 +00:00