plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit ff63eeb1bd16c9fafe72d14edc410ccb18349cfc
parent 19f4cef528d3a75f1cc1449cc82814d3c05a6ca5
Author: rsc <devnull@localhost>
Date:   Mon, 26 Jun 2006 05:49:10 +0000

pin

Diffstat:
Msrc/libthread/threadimpl.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/libthread/threadimpl.h b/src/libthread/threadimpl.h @@ -138,6 +138,7 @@ struct Proc Lock lock; int nswitch; _Thread *thread; + _Thread *pinthread; _Threadlist runqueue; _Threadlist idlequeue; _Threadlist allthreads;