Notice
Recent Posts
Recent Comments
Link
목록struct task_struct (1)
두근두근이야기
struct task_struct의 구조 - 수정필요
아래 내용은 다음 블로그를 참고하였습니다 (http://rusy.tistory.com/17)task_struct의 구조struct task_struct{(1)long state;(2)mm_segment_t addr_limit;(3)long need_resched;(4)struct task_struct *next_task, *prev_task;(5)struct task_struct *next_run, *prev_run; (6)pid_t pid;(7)struct task_struct *p_cptr, *p_pptr;(8)uid_t uid, euid; (9)struct rlimit rlim[RLIM_NLIMITS];(10)struct tty_struct *tty;(11)struct thread_struct th..
IT/IT ::Advanced SystemProgramming
2013. 3. 9. 00:38