linux task_struct栈结构说明

struct thread_info { struct task_struct *task; struct exec_domain *exec_domain; __u32 flags; __u32 cpu; mm_segment_t addr_limit; __s32 preempt_count; struct restart_block restart_block; }; static inli
相关文章
相关标签/搜索