freebsd-nq/lib/libthr
Jeff Roberson 360a519459 - Restore old mutex code from libc_r. It is more standards compliant.
This was changed because originally we were blocking on the umtx and
   allowing the kernel to do the queueing.  It was decided that the
   lib should queue and start the threads in the order it decides and the
   umtx code would just be used like spinlocks.
2003-04-01 22:39:31 +00:00
..
arch/i386 - Adjust the makefiles so we have a per architecture makefile. 2003-04-01 07:07:38 +00:00
sys - Adjust the makefiles so we have a per architecture makefile. 2003-04-01 07:07:38 +00:00
thread - Restore old mutex code from libc_r. It is more standards compliant. 2003-04-01 22:39:31 +00:00
Makefile - Adjust the makefiles so we have a per architecture makefile. 2003-04-01 07:07:38 +00:00