python-on-a-chip online compiler

Dependencies:   mbed TSI

Embed: (wiki syntax)

« Back to documentation index

PmThread_s Struct Reference

PmThread_s Struct Reference

Thread obj. More...

#include <thread.h>

Data Fields

PmObjDesc_t od
 object descriptor
pPmFrame_t pframe
 current frame pointer
PmInterpCtrl_t interpctrl
 Interpreter loop control value.

Detailed Description

Thread obj.

Definition at line 52 of file thread.h.


Field Documentation

Interpreter loop control value.

A positive value means continue interpreting. A zero value means normal interpreter exit. A negative value signals an error exit.

Definition at line 67 of file thread.h.

object descriptor

Definition at line 55 of file thread.h.

current frame pointer

Definition at line 58 of file thread.h.