Source-Changes-HG archive

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

[src/nathanw_sa]: src/lib/libpthread_dbg Add a slot to track the LWP, if any, ...



details:   https://anonhg.NetBSD.org/src/rev/063e7ac0bbd1
branches:  nathanw_sa
changeset: 506253:063e7ac0bbd1
user:      nathanw <nathanw%NetBSD.org@localhost>
date:      Tue Oct 01 20:41:15 2002 +0000

description:
Add a slot to track the LWP, if any, of a thread.

diffstat:

 lib/libpthread_dbg/pthread_dbg_int.h |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 80b0885c0af6 -r 063e7ac0bbd1 lib/libpthread_dbg/pthread_dbg_int.h
--- a/lib/libpthread_dbg/pthread_dbg_int.h      Thu Sep 26 20:04:41 2002 +0000
+++ b/lib/libpthread_dbg/pthread_dbg_int.h      Tue Oct 01 20:41:15 2002 +0000
@@ -15,6 +15,7 @@
 struct td_thread_st {
        td_proc_t *proc;
        caddr_t addr;
+       lwpid_t lwp;
        PTQ_ENTRY(td_thread_st) list;
 };
 



Home | Main Index | Thread Index | Old Index