Subject: CVS commit: src/lib/libpthread
To: None <source-changes@NetBSD.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 08/13/2003 18:52:03
Module Name: src
Committed By: nathanw
Date: Wed Aug 13 18:52:03 UTC 2003
Modified Files:
src/lib/libpthread: Makefile pthread.c pthread_specific.c
Added Files:
src/lib/libpthread: pthread_tsd.c
Log Message:
Split out pthread_{set,get}specific() into a separate file and arrange
for that file to not be built with profiling. This makes it reasonable to
use pthread_{set,get}specific() to implement thread-safe profiline call counts.
To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 src/lib/libpthread/Makefile
cvs rdiff -r1.28 -r1.29 src/lib/libpthread/pthread.c
cvs rdiff -r1.9 -r1.10 src/lib/libpthread/pthread_specific.c
cvs rdiff -r0 -r1.1 src/lib/libpthread/pthread_tsd.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.