]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Replace the threaded locking with spinlock calls for both threaded
authorjb <jb@FreeBSD.org>
Wed, 29 Apr 1998 09:10:58 +0000 (09:10 +0000)
committerjb <jb@FreeBSD.org>
Wed, 29 Apr 1998 09:10:58 +0000 (09:10 +0000)
commitf1fb79481dd9acd242e2feed1003b51f805078c6
tree7ee6d335442c911c708b4862fbf703a31e1e79c6
parent0d8f4028aff079cdb11c4fe2e8c7352a67d39dd2
Replace the threaded locking with spinlock calls for both threaded
and non-threaded programs. This makes malloc thread safe for linking
with libpthread and kernel threads.

Reviewed by: phk
lib/libc/stdlib/malloc.c