davidxu 2008-04-01 00:21:49 UTC
FreeBSD src repository
Modified files:
lib/libthr/thread thr_rwlock.c
Log:
return EAGAIN early rather than running bunch of code later, micro optimize
static branch prediction.
Revision Changes Path
1.12 +3 -1 src/lib/libthr/thread/thr_rwlock.c