diff options
author | rsc <devnull@localhost> | 2006-06-26 05:49:10 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2006-06-26 05:49:10 +0000 |
commit | ff63eeb1bd16c9fafe72d14edc410ccb18349cfc (patch) | |
tree | a709fb9433aaf54bbd75d569befbc1a4e6eec6e4 /src/libthread | |
parent | 19f4cef528d3a75f1cc1449cc82814d3c05a6ca5 (diff) | |
download | plan9port-ff63eeb1bd16c9fafe72d14edc410ccb18349cfc.tar.gz plan9port-ff63eeb1bd16c9fafe72d14edc410ccb18349cfc.tar.bz2 plan9port-ff63eeb1bd16c9fafe72d14edc410ccb18349cfc.zip |
pin
Diffstat (limited to 'src/libthread')
-rw-r--r-- | src/libthread/threadimpl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libthread/threadimpl.h b/src/libthread/threadimpl.h index bc0667f7..507c0764 100644 --- 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; |