thread_state_t
static thread_state_t g_sysev_thread_state = TS_NOT_RUNNING;
static thread_state_t g_schgt_state = TS_NOT_RUNNING;
thread_newstate(thread_info_t *ti, thread_state_t newstate)
thread_state_t ti_state;
thread_state_t ti_prev_state;
void thread_newstate(thread_info_t *, thread_state_t);