摘要:
```struct task_struct { struct thread_info thread_info; volatile long state; /* -1 unrunnable, 0 runnable, >0 stopped: */ void *stack; /* 堆指针 */ atomic_t usage; /* 进程描述符使用计数,... 阅读全文
posted @ 2019-11-02 18:34
专注的长尾狸猫
阅读(535)
评论(0)
推荐(0)
浙公网安备 33010602011771号