Searched defs:CMA__T_INT_TCB (Results 1 – 1 of 1) sorted by relevance
203 typedef struct CMA__T_INT_TCB { struct211 cma__t_object header; /* Common object header */212 cma__t_tcb_pad pad1; /* Pad required to align prolog */213 cma_t_tcb_prolog prolog; /* Standard prolog for tasks, threads */218 cma__t_queue threads; /* List of all known threads */219 cma__t_int_attr *attributes; /* Backpointer to attr obj */220 cma__t_state state; /* Current state of thread */221 cma__t_thkind kind; /* Which kind of thread */223 *mutex; /* Mutex to control TCB access */225 *term_cv; /* CV for join */[all …]