URI: 
       tpin - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit ff63eeb1bd16c9fafe72d14edc410ccb18349cfc
   DIR parent 19f4cef528d3a75f1cc1449cc82814d3c05a6ca5
  HTML Author: rsc <devnull@localhost>
       Date:   Mon, 26 Jun 2006 05:49:10 +0000
       
       pin
       
       Diffstat:
         M src/libthread/threadimpl.h          |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/src/libthread/threadimpl.h b/src/libthread/threadimpl.h
       t@@ -138,6 +138,7 @@ struct Proc
                Lock                lock;
                int                        nswitch;
                _Thread                *thread;
       +        _Thread                *pinthread;
                _Threadlist        runqueue;
                _Threadlist        idlequeue;
                _Threadlist        allthreads;