Programming/Linux_Kernel
arm 에서의 linux process 와 thread
decdream
2013. 10. 23. 15:31
1) linux 에서 process 와 thread 의 차이점은?
2) interrupt handler 의 pid 는?
3) system call 이 호출되었을때의 pid 는?
이러한 것들을 해결해 본다.
1. kernel 에서의 pid 알기
pid = task_pid_nr(current);
current->pid
이글은 계속해서 업데이트 됩니다.