func (t *Thread) stopped() bool { return C.thread_blocked(t.os.threadAct) > C.int(0) }
func (thread *Thread) stopped() bool { return C.thread_blocked(thread.os.thread_act) > C.int(0) }