diff options
author | jasone <jasone@FreeBSD.org> | 2000-10-12 22:37:28 +0000 |
---|---|---|
committer | jasone <jasone@FreeBSD.org> | 2000-10-12 22:37:28 +0000 |
commit | db944ecf00d69d85077da0ef0c75e61dfd5f7bba (patch) | |
tree | b52d9423e5241af7749aef4cbdbca855606a8cd9 /lib/libc | |
parent | 9a7ce3cd1a23050362e81c4b0d67a50cd643fb69 (diff) | |
download | FreeBSD-src-db944ecf00d69d85077da0ef0c75e61dfd5f7bba.zip FreeBSD-src-db944ecf00d69d85077da0ef0c75e61dfd5f7bba.tar.gz |
For lockmgr mutex protection, use an array of mutexes that are allocated
and initialized during boot. This avoids bloating sizeof(struct lock).
As a side effect, it is no longer necessary to enforce the assumtion that
lockinit()/lockdestroy() calls are paired, so the LK_VALID flag has been
removed.
Idea taken from: BSD/OS.
Diffstat (limited to 'lib/libc')
0 files changed, 0 insertions, 0 deletions