Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/regress/lib/libpthread



Module Name:    src
Committed By:   drochner
Date:           Thu Apr  2 12:58:45 UTC 2009

Modified Files:
        src/regress/lib/libpthread: Makefile
Added Files:
        src/regress/lib/libpthread/find: Makefile findthreads.c findthreads.sh

Log Message:
add a test which exercises libpthread's ability to remember the
threads which were created, doing some random mallocs in between
so that threads are not equidistant in the address space
(bug fixed in libpthread/pthread.c rev. 1.109)


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/regress/lib/libpthread/Makefile
cvs rdiff -u -r0 -r1.1 src/regress/lib/libpthread/find/Makefile \
    src/regress/lib/libpthread/find/findthreads.c \
    src/regress/lib/libpthread/find/findthreads.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index