Searched refs:app_head (Results 1 – 1 of 1) sorted by relevance
407 struct lwp_app_head *app_head = lwp->text_entry; in lwp_execve() local408 if (app_head->priority) in lwp_execve()410 priority = app_head->priority; in lwp_execve()412 if (app_head->tick) in lwp_execve()414 tick = app_head->tick; in lwp_execve()464 struct lwp_app_head *app_head = (struct lwp_app_head*)lwp->text_entry; in lwp_execve() local465 thread->user_stack = app_head->stack_offset ? in lwp_execve()466 (void *)(app_head->stack_offset - in lwp_execve()467 app_head->data_offset + in lwp_execve()469 thread->user_stack_size = app_head->stack_size; in lwp_execve()
Completed in 2 milliseconds