Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libpthread
Module Name: src
Committed By: cl
Date: Fri Jan 2 14:13:16 UTC 2004
Modified Files:
src/lib/libpthread: pthread_debug.c pthread_debug.h pthread_run.c
pthread_sa.c
Log Message:
logging/debugging changes:
- add PTHREAD_PID_DEBUG which prints the pid before each debuglog line
- output thread returned in pthread__next
- add asserts in pthread__sched akin to asserts in pthread__sched_bulk:
check if scheduled thread is at front/end of queue
- pthread__upcall: output event/interrupted LWP count instead of LWPid
of the first event/interrupted LWP (since unblock upcalls can have
multiple event LWPs).
- pthread__find_interrupted: output LWPid here
To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/lib/libpthread/pthread_debug.c \
src/lib/libpthread/pthread_debug.h
cvs rdiff -r1.14 -r1.15 src/lib/libpthread/pthread_run.c
cvs rdiff -r1.22 -r1.23 src/lib/libpthread/pthread_sa.c
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