thread_stack_entry
struct thread_stack_entry *tse;
struct thread_stack_entry *tse = &ts->stack[ts->cnt - 1];
struct thread_stack_entry *new_stack;
sz = new_sz * sizeof(struct thread_stack_entry);
struct thread_stack_entry *tse;
struct thread_stack_entry *tse;
struct thread_stack_entry *tse = &ts->stack[0];
struct thread_stack_entry *stack;