freebsd-dev/lib/libpthread
John Birrell 3411c10600 Add support for compile time debug. This is enabled if libc_r is built
with -D_LOCK_DEBUG. This adds the file name and line number to each lock
call and these are stored in the spinlock structure. When using debug
mode, the lock function will check if the thread is trying to lock
something it has already locked. This is not supposed to happen because
the lock will be freed too early.

Without lock debug, libc_r should be smaller and slightly faster.
1998-06-09 23:13:10 +00:00
..
arch Delete the atomic unlock function since it is no longer required. 1998-06-09 08:25:41 +00:00
man Typo fixes 1998-05-03 22:59:47 +00:00
sys Change the name of this source file so that libc_r builds it instead 1998-04-30 09:04:10 +00:00
thread Add support for compile time debug. This is enabled if libc_r is built 1998-06-09 23:13:10 +00:00
Makefile send and recv are wrappered in libc, so they shouldn't appear here. 1998-06-01 02:12:15 +00:00