Lines Matching refs:status
27 int status; member
121 thread_from->status = SUSPEND_SIGWAIT; in thread_suspend_signal_handler()
128 thread_to->status = THREAD_RUNNING; in thread_suspend_signal_handler()
160 thread->status = SUSPEND_LOCK; in thread_run()
299 thread_from->status = SUSPEND_LOCK; in rt_hw_interrupt_enable()
302 if (thread_to->status == SUSPEND_SIGWAIT) in rt_hw_interrupt_enable()
306 else if (thread_to->status == SUSPEND_LOCK) in rt_hw_interrupt_enable()
319 thread_from->status = THREAD_RUNNING; in rt_hw_interrupt_enable()
342 while (thread_from->status != SUSPEND_SIGWAIT) in rt_hw_interrupt_enable()
348 if (thread_to->status == SUSPEND_SIGWAIT) in rt_hw_interrupt_enable()
352 else if (thread_to->status == SUSPEND_LOCK) in rt_hw_interrupt_enable()