Source-Changes archive

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

CVS commit: src/sys



Module Name:    src
Committed By:   hannken
Date:           Tue Oct 24 10:05:45 UTC 2006

Modified Files:
        src/sys/kern: kern_lwp.c subr_specificdata.c
        src/sys/sys: lwp.h

Log Message:
Remove specificdata_setspecific_nowait() as result of discussion on tech-kern.

Add _lwp_getspecific_by_lwp() to get lwp specific data from other lwp's.
Protected by #ifdef _LWP_API_PRIVATE.

Approved by: Jason Thorpe <thorpej%netbsd.org@localhost>


To generate a diff of this commit:
cvs rdiff -r1.46 -r1.47 src/sys/kern/kern_lwp.c
cvs rdiff -r1.5 -r1.6 src/sys/kern/subr_specificdata.c
cvs rdiff -r1.45 -r1.46 src/sys/sys/lwp.h

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