HomeFreeBSD

For lockmgr mutex protection, use an array of mutexes that are allocated

Description

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.

Details

Provenance
jasoneAuthored on Oct 12 2000, 10:37 PM
Parents
rG1df2031c1502: Document recent changes in URL parsing and proxy handling
Branches
Unknown
Tags
Unknown

Event Timeline