NetBSD/lib/libpthread/shlib_version
ad 989565f81d - Fix pthread_rwlock_trywrlock() which was broken.
- Add new functions: pthread_mutex_held_np, mutex_owner_np, rwlock_held_np,
  rwlock_wrheld_np, rwlock_rdheld_np. These match the kernel's locking
  primitives and can be used when porting kernel code to userspace.

- Always create LWPs detached. Do join/exit sync mostly in userland. When
  looped on a dual core box this seems ~30% quicker than using lwp_wait().
  Reduce number of lock acquire/release ops during thread exit.
2007-12-24 14:46:28 +00:00

6 lines
145 B
Plaintext

# $NetBSD: shlib_version,v 1.12 2007/12/24 14:46:29 ad Exp $
# Remember to update distrib/sets/lists/base/shl.* when changing
#
major=0
minor=10