NetBSD/lib/libpthread
ad a9718d7115 pthread__mutex_lock_slow: avoid entering the waiters list if a race to
acquire the mutex is lost. Removing the current thread from the waiters
list requires at least one syscall.
2007-12-07 01:38:38 +00:00
..
2007-11-13 17:20:08 +00:00
2007-11-13 15:57:10 +00:00
2007-11-13 17:20:08 +00:00
2007-11-13 17:20:08 +00:00
2007-11-13 15:57:10 +00:00
2007-11-13 15:57:10 +00:00
2007-12-04 16:08:28 +00:00
2007-11-13 15:57:10 +00:00
2007-11-13 17:20:08 +00:00

$NetBSD: README,v 1.5 2007/10/16 15:21:54 ad Exp $

When making changes to libpthread, please ensure that libpthread_dbg
still compiles.