]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Modify previous changes to conform better to libc_r's coding style.
authorjasone <jasone@FreeBSD.org>
Sun, 11 Jul 1999 05:56:37 +0000 (05:56 +0000)
committerjasone <jasone@FreeBSD.org>
Sun, 11 Jul 1999 05:56:37 +0000 (05:56 +0000)
commitd1e30ddcd16d4d7217ba77db099fe1c9bbe85803
tree3908ace46508aeb3c84794ab51e089a5ab6a9050
parentf687757a7c174d7f844f10cb815bdcc00a2632ff
Modify previous changes to conform better to libc_r's coding style.

Always use mmap() for default-size stack allocation.  Use MAP_ANON instead
of MAP_STACK on the alpha architecture.

Reduce the amount of code executed while owning _gc_mutex during stack
allocation.
lib/libc_r/uthread/pthread_private.h
lib/libc_r/uthread/uthread_create.c
lib/libc_r/uthread/uthread_gc.c
lib/libc_r/uthread/uthread_init.c
lib/libkse/thread/thr_create.c
lib/libkse/thread/thr_init.c
lib/libkse/thread/thr_private.h
lib/libpthread/thread/thr_create.c
lib/libpthread/thread/thr_gc.c
lib/libpthread/thread/thr_init.c
lib/libpthread/thread/thr_private.h