]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Return ETIMEDOUT when thread is timeouted since POSIX thread
authordavidxu <davidxu@FreeBSD.org>
Thu, 6 Jan 2005 02:08:34 +0000 (02:08 +0000)
committerdavidxu <davidxu@FreeBSD.org>
Thu, 6 Jan 2005 02:08:34 +0000 (02:08 +0000)
commita25b832d9a51c33f6aabaffe54292f7caa7aa11f
treea4b3e47e2ca530a06f5dbab74f9506c217769c76
parent4b319958e7f00cc908274c4518b7a9c5ed821812
Return ETIMEDOUT when thread is timeouted since POSIX thread
APIs expect ETIMEDOUT not EAGAIN, this simplifies userland code a
bit.
sys/kern/kern_umtx.c