Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ClearCurrent ¶
func ClearCurrent()
func SetCurrent ¶
func SetCurrent(p *Tnote_t)
Types ¶
type Threadinfo_t ¶
func (*Threadinfo_t) Init ¶
func (t *Threadinfo_t) Init()
type Tnote_t ¶
type Tnote_t struct { // XXX "alive" should be "terminated" State interface{} Alive bool Killed bool Isdoomed bool // XXX maybe don't need doomed, but can use killed? // protects killed, Killnaps.Cond and Kerr, and is a leaf lock sync.Mutex Killnaps struct { Killch chan bool Cond *sync.Cond Kerr defs.Err_t } }
Click to show internal directories.
Click to hide internal directories.