CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/08/13 14:26:33
Modified files:
share/man/man9 : pool.9
sys/kern : subr_pool.c sys_futex.c
sys/sys : pool.h
Log message:
New flag PR_RWLOCK for pool_init(9) makes the pool use rwlocks instead
of mutexes. Use this immediately for the pool_cache futex pools.
Mostly worked out with dlg@ during e2k17
ok mpi@ tedu@
