davidxu 2008-05-29 07:57:33 UTC
FreeBSD src repository
Modified files:
lib/libthr/thread thr_init.c thr_mutex.c thr_private.h
Log:
- Reduce function call overhead for uncontended case.
- Remove unused flags MUTEX_FLAGS_* and their code.
- Check validity of the timeout parameter in mutex_self_lock().
Revision Changes Path
1.51 +1 -2 src/lib/libthr/thread/thr_init.c
1.74 +101 -203 src/lib/libthr/thread/thr_mutex.c
1.94 +0 -10 src/lib/libthr/thread/thr_private.h
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"