Searched refs:lwp (Results 1 – 2 of 2) sorted by relevance
433 struct rt_lwp *lwp = thread ? (struct rt_lwp *)thread->lwp : 0; in rt_scheduler_stack_check() local436 if (lwp && ((rt_uint32_t)thread->sp > (rt_uint32_t)lwp->data_entry && in rt_scheduler_stack_check()437 (rt_uint32_t)thread->sp <= (rt_uint32_t)lwp->data_entry + (rt_uint32_t)lwp->data_size)) in rt_scheduler_stack_check()
263 thread->lwp = RT_NULL; in _thread_init()938 if (thread->lwp) in rt_thread_suspend_to_list()
Completed in 5 milliseconds