#include "pm.h"
Defines | |
#define | __FILE_ID__ 0x16 |
Functions | |
PmReturn_t | thread_new (pPmObj_t pframe, pPmObj_t *r_pobj) |
Encapsulating a frame pointer, a root code object and thread state.
PmReturn_t thread_new | ( | pPmObj_t | pframe, | |
pPmObj_t * | r_pobj | |||
) |
Constructs a thread for a root frame.
pframe | Frame object as a basis for this thread. | |
r_obj | Addr to th newly created thread object. |