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